Searched defs:off (Results 1 - 25 of 183) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java77 public void update(byte[] b, int off, int len) argument
79 for (int i = off; i < (off + len); i++)
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplInputStream.java77 * @param off The position in the array at which point the data read may be
88 public int read(byte[] b, int off, int len) argument
128 System.arraycopy(bytes, index, b, off, copiedLength);
H A DReplOutputStream.java70 public void write(byte b[], int off, int len) throws IOException argument
72 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DNullOutputStream.java136 * @param off The offset at which the real data begins.
139 public void write(byte[] b, int off, int len) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DMultiOutputStream.java157 * @param off The position at which the data to write begins in the array.
160 public void write(byte[] b, int off, int len) argument
166 s.write(b, off, len);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java76 public void update(byte[] b, int off, int len) argument
78 for (int i = off; i < (off + len); i++)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksumTest.java99 public void testArrayUpdate(byte[] b, int off, int len, long expectedChecksum) argument
102 checksum.update(b, off, len);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksumTest.java98 public void testArrayUpdate(byte[] b, int off, int len, long expectedChecksum) argument
101 checksum.update(b, off, len);
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java72 * @param off The position in the array at which point the data read may be
84 public int read(byte[] b, int off, int len) throws IOException argument
125 System.arraycopy(bytes, index, b, off, copiedLength);
H A DReplOutputStream.java64 public void write(byte b[], int off, int len) throws IOException argument
66 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DNullOutputStream.java153 * @param off The offset at which the real data begins.
157 public void write(byte[] b, int off, int len) argument
/forgerock/opendj2/src/server/org/opends/server/util/
H A DMultiOutputStream.java156 * @param off The position at which the data to write begins in the array.
159 public void write(byte[] b, int off, int len) argument
165 s.write(b, off, len);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java77 public void update(byte[] b, int off, int len) argument
79 for (int i = off; i < (off + len); i++)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java77 * @param off The position in the array at which point the data read may be
88 public int read(byte[] b, int off, int len) argument
128 System.arraycopy(bytes, index, b, off, copiedLength);
H A DReplOutputStream.java70 public void write(byte b[], int off, int len) throws IOException argument
72 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DNullOutputStream.java153 * @param off The offset at which the real data begins.
156 public void write(byte[] b, int off, int len) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DMultiOutputStream.java157 * @param off The position at which the data to write begins in the array.
160 public void write(byte[] b, int off, int len) argument
166 s.write(b, off, len);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksumTest.java99 public void testArrayUpdate(byte[] b, int off, int len, long expectedChecksum) argument
102 checksum.update(b, off, len);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksumTest.java98 public void testArrayUpdate(byte[] b, int off, int len, long expectedChecksum) argument
101 checksum.update(b, off, len);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksumTest.java99 public void testArrayUpdate(byte[] b, int off, int len, long expectedChecksum) argument
102 checksum.update(b, off, len);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java77 public void update(byte[] b, int off, int len) argument
79 for (int i = off; i < (off + len); i++)

Completed in 44 milliseconds

12345678