Searched defs:peekType (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1Reader.java104 byte peekType() throws ASN1Exception; method in interface:ASN1Reader
H A DASN1ByteSequenceReader.java52 private byte peekType = 0; field in class:ASN1ByteSequenceReader
80 public byte peekType() throws ASN1Exception method in class:ASN1ByteSequenceReader
93 peekType = (byte)type;
97 return peekType;
105 peekType();
178 peekType = (byte)type;
H A DASN1InputStreamReader.java54 private byte peekType = 0; field in class:ASN1InputStreamReader
186 peekType = (byte)type;
333 public byte peekType() throws ASN1Exception method in class:ASN1InputStreamReader
342 return peekType;
357 peekType();
409 peekType, peekLength, String.valueOf(readByte != 0x00)));
504 "value=%d)", peekType, peekLength, intValue));
539 peekType, peekLength));
581 peekType, peekLength));
669 "value=%s)", peekType, peekLengt
[all...]
H A DASN1ByteChannelReader.java394 public byte peekType() throws ASN1Exception { method in class:ASN1ByteChannelReader
395 return reader.peekType();
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1Reader.java103 byte peekType() throws ASN1Exception; method in interface:ASN1Reader
H A DASN1ByteSequenceReader.java51 private byte peekType = 0; field in class:ASN1ByteSequenceReader
79 public byte peekType() throws ASN1Exception method in class:ASN1ByteSequenceReader
92 peekType = (byte)type;
96 return peekType;
104 peekType();
177 peekType = (byte)type;
H A DASN1InputStreamReader.java53 private byte peekType = 0; field in class:ASN1InputStreamReader
185 peekType = (byte)type;
332 public byte peekType() throws ASN1Exception method in class:ASN1InputStreamReader
341 return peekType;
356 peekType();
408 peekType, peekLength, String.valueOf(readByte != 0x00)));
503 "value=%d)", peekType, peekLength, intValue));
538 peekType, peekLength));
580 peekType, peekLength));
668 "value=%s)", peekType, peekLengt
[all...]
H A DASN1ByteChannelReader.java393 public byte peekType() throws ASN1Exception { method in class:ASN1ByteChannelReader
394 return reader.peekType();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1Reader.java104 byte peekType() throws ASN1Exception; method in interface:ASN1Reader
H A DASN1ByteSequenceReader.java52 private byte peekType = 0; field in class:ASN1ByteSequenceReader
80 public byte peekType() throws ASN1Exception method in class:ASN1ByteSequenceReader
93 peekType = (byte)type;
97 return peekType;
105 peekType();
178 peekType = (byte)type;
H A DASN1InputStreamReader.java54 private byte peekType = 0; field in class:ASN1InputStreamReader
186 peekType = (byte)type;
333 public byte peekType() throws ASN1Exception method in class:ASN1InputStreamReader
342 return peekType;
357 peekType();
409 peekType, peekLength, String.valueOf(readByte != 0x00)));
504 "value=%d)", peekType, peekLength, intValue));
539 peekType, peekLength));
581 peekType, peekLength));
669 "value=%s)", peekType, peekLengt
[all...]
H A DASN1ByteChannelReader.java394 public byte peekType() throws ASN1Exception { method in class:ASN1ByteChannelReader
395 return reader.peekType();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1Reader.java104 byte peekType() throws ASN1Exception; method in interface:ASN1Reader
H A DASN1ByteSequenceReader.java52 private byte peekType = 0; field in class:ASN1ByteSequenceReader
80 public byte peekType() throws ASN1Exception method in class:ASN1ByteSequenceReader
93 peekType = (byte)type;
97 return peekType;
105 peekType();
178 peekType = (byte)type;
H A DASN1InputStreamReader.java54 private byte peekType = 0; field in class:ASN1InputStreamReader
186 peekType = (byte)type;
333 public byte peekType() throws ASN1Exception method in class:ASN1InputStreamReader
342 return peekType;
357 peekType();
409 peekType, peekLength, String.valueOf(readByte != 0x00)));
504 "value=%d)", peekType, peekLength, intValue));
539 peekType, peekLength));
581 peekType, peekLength));
669 "value=%s)", peekType, peekLengt
[all...]
H A DASN1ByteChannelReader.java394 public byte peekType() throws ASN1Exception { method in class:ASN1ByteChannelReader
395 return reader.peekType();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1Reader.java103 byte peekType() throws ASN1Exception; method in interface:ASN1Reader
H A DASN1ByteSequenceReader.java51 private byte peekType = 0; field in class:ASN1ByteSequenceReader
79 public byte peekType() throws ASN1Exception method in class:ASN1ByteSequenceReader
92 peekType = (byte)type;
96 return peekType;
104 peekType();
177 peekType = (byte)type;
H A DASN1InputStreamReader.java53 private byte peekType = 0; field in class:ASN1InputStreamReader
185 peekType = (byte)type;
332 public byte peekType() throws ASN1Exception method in class:ASN1InputStreamReader
341 return peekType;
356 peekType();
408 peekType, peekLength, String.valueOf(readByte != 0x00)));
503 "value=%d)", peekType, peekLength, intValue));
538 peekType, peekLength));
580 peekType, peekLength));
668 "value=%s)", peekType, peekLengt
[all...]
H A DASN1ByteChannelReader.java393 public byte peekType() throws ASN1Exception { method in class:ASN1ByteChannelReader
394 return reader.peekType();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DASN1ByteChannelReader.java395 public byte peekType() throws IOException { method in class:ASN1ByteChannelReader
396 return reader.peekType();

Completed in 270 milliseconds