Searched defs:getReader (Results 1 - 25 of 82) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java37 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1ByteSequenceReaderTestCase
H A DASN1InputStreamReaderTestCase.java36 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1InputStreamReaderTestCase
H A DASN1OutputStreamWriterTestCase.java49 ASN1Reader getReader(byte[] encodedBytes) method in class:ASN1OutputStreamWriterTestCase
H A DASN1ByteChannelReaderTestCase.java42 ASN1Reader getReader(byte[] b, int maxElementSize) throws IOException method in class:ASN1ByteChannelReaderTestCase
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java36 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1ByteSequenceReaderTestCase
H A DASN1InputStreamReaderTestCase.java35 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1InputStreamReaderTestCase
H A DASN1OutputStreamWriterTestCase.java48 ASN1Reader getReader(byte[] encodedBytes) method in class:ASN1OutputStreamWriterTestCase
H A DASN1ByteChannelReaderTestCase.java41 ASN1Reader getReader(byte[] b, int maxElementSize) throws IOException method in class:ASN1ByteChannelReaderTestCase
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java37 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1ByteSequenceReaderTestCase
H A DASN1InputStreamReaderTestCase.java36 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1InputStreamReaderTestCase
H A DASN1OutputStreamWriterTestCase.java49 ASN1Reader getReader(byte[] encodedBytes) method in class:ASN1OutputStreamWriterTestCase
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java36 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1ByteSequenceReaderTestCase
H A DASN1InputStreamReaderTestCase.java35 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1InputStreamReaderTestCase
H A DASN1OutputStreamWriterTestCase.java48 ASN1Reader getReader(byte[] encodedBytes) method in class:ASN1OutputStreamWriterTestCase
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java37 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1ByteSequenceReaderTestCase
H A DASN1InputStreamReaderTestCase.java36 ASN1Reader getReader(byte[] b, int maxElementSize) method in class:ASN1InputStreamReaderTestCase
H A DASN1OutputStreamWriterTestCase.java49 ASN1Reader getReader(byte[] encodedBytes) method in class:ASN1OutputStreamWriterTestCase
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLogReaderPool.java79 return getReader(file);
97 private BlockLogReader<K, V> getReader(File file) throws ChangelogException method in class:LogReaderPool
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DLogReaderPool.java79 return getReader(file);
97 private BlockLogReader<K, V> getReader(File file) throws ChangelogException method in class:LogReaderPool
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLogReaderPool.java79 return getReader(file);
97 private BlockLogReader<K, V> getReader(File file) throws ChangelogException method in class:LogReaderPool
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1.java64 public static ASN1Reader getReader(byte[] array) method in class:ASN1
66 return getReader(array, 0);
82 public static ASN1Reader getReader(byte[] array, int maxElementSize) method in class:ASN1
84 return getReader(ByteString.wrap(array), maxElementSize);
97 public static ASN1Reader getReader(ByteSequence sequence) method in class:ASN1
99 return getReader(sequence, 0);
115 public static ASN1Reader getReader(ByteSequence sequence, int maxElementSize) method in class:ASN1
130 public static ASN1Reader getReader(ByteSequenceReader reader) method in class:ASN1
132 return getReader(reader, 0);
148 public static ASN1Reader getReader(ByteSequenceReade method in class:ASN1
164 public static ASN1Reader getReader(InputStream stream) method in class:ASN1
182 public static ASN1Reader getReader(InputStream stream, int maxElementSize) method in class:ASN1
198 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel) method in class:ASN1
219 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel, method in class:ASN1
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1.java63 public static ASN1Reader getReader(byte[] array) method in class:ASN1
65 return getReader(array, 0);
81 public static ASN1Reader getReader(byte[] array, int maxElementSize) method in class:ASN1
83 return getReader(ByteString.wrap(array), maxElementSize);
96 public static ASN1Reader getReader(ByteSequence sequence) method in class:ASN1
98 return getReader(sequence, 0);
114 public static ASN1Reader getReader(ByteSequence sequence, int maxElementSize) method in class:ASN1
129 public static ASN1Reader getReader(ByteSequenceReader reader) method in class:ASN1
131 return getReader(reader, 0);
147 public static ASN1Reader getReader(ByteSequenceReade method in class:ASN1
163 public static ASN1Reader getReader(InputStream stream) method in class:ASN1
181 public static ASN1Reader getReader(InputStream stream, int maxElementSize) method in class:ASN1
197 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel) method in class:ASN1
218 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel, method in class:ASN1
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1.java64 public static ASN1Reader getReader(byte[] array) method in class:ASN1
66 return getReader(array, 0);
82 public static ASN1Reader getReader(byte[] array, int maxElementSize) method in class:ASN1
84 return getReader(ByteString.wrap(array), maxElementSize);
97 public static ASN1Reader getReader(ByteSequence sequence) method in class:ASN1
99 return getReader(sequence, 0);
115 public static ASN1Reader getReader(ByteSequence sequence, int maxElementSize) method in class:ASN1
130 public static ASN1Reader getReader(ByteSequenceReader reader) method in class:ASN1
132 return getReader(reader, 0);
148 public static ASN1Reader getReader(ByteSequenceReade method in class:ASN1
164 public static ASN1Reader getReader(InputStream stream) method in class:ASN1
182 public static ASN1Reader getReader(InputStream stream, int maxElementSize) method in class:ASN1
198 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel) method in class:ASN1
219 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel, method in class:ASN1
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1.java64 public static ASN1Reader getReader(byte[] array) method in class:ASN1
66 return getReader(array, 0);
82 public static ASN1Reader getReader(byte[] array, int maxElementSize) method in class:ASN1
84 return getReader(ByteString.wrap(array), maxElementSize);
97 public static ASN1Reader getReader(ByteSequence sequence) method in class:ASN1
99 return getReader(sequence, 0);
115 public static ASN1Reader getReader(ByteSequence sequence, int maxElementSize) method in class:ASN1
130 public static ASN1Reader getReader(ByteSequenceReader reader) method in class:ASN1
132 return getReader(reader, 0);
148 public static ASN1Reader getReader(ByteSequenceReade method in class:ASN1
164 public static ASN1Reader getReader(InputStream stream) method in class:ASN1
182 public static ASN1Reader getReader(InputStream stream, int maxElementSize) method in class:ASN1
198 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel) method in class:ASN1
219 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel, method in class:ASN1
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1.java63 public static ASN1Reader getReader(byte[] array) method in class:ASN1
65 return getReader(array, 0);
81 public static ASN1Reader getReader(byte[] array, int maxElementSize) method in class:ASN1
83 return getReader(ByteString.wrap(array), maxElementSize);
96 public static ASN1Reader getReader(ByteSequence sequence) method in class:ASN1
98 return getReader(sequence, 0);
114 public static ASN1Reader getReader(ByteSequence sequence, int maxElementSize) method in class:ASN1
129 public static ASN1Reader getReader(ByteSequenceReader reader) method in class:ASN1
131 return getReader(reader, 0);
147 public static ASN1Reader getReader(ByteSequenceReade method in class:ASN1
163 public static ASN1Reader getReader(InputStream stream) method in class:ASN1
181 public static ASN1Reader getReader(InputStream stream, int maxElementSize) method in class:ASN1
197 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel) method in class:ASN1
218 public static ASN1ByteChannelReader getReader(ReadableByteChannel channel, method in class:ASN1
[all...]

Completed in 148 milliseconds

1234