OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BerInputStream
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BerInputStreamTest.java
33
import org.apache.harmony.security.asn1.
BerInputStream
;
36
* Tests
BerInputStream
implementation
44
* @tests org.apache.harmony.security.asn1.
BerInputStream
#
BerInputStream
(
82
BerInputStream
in = new
BerInputStream
(
96
new
BerInputStream
(new ByteArrayInputStream(new byte[] { 0x30,
120
BerInputStream
in = new
BerInputStream
(new ByteArrayInputStream(
126
* @tests org.apache.harmony.security.asn1.
BerInputStream
#BerInputStream(byte[]
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java
36
public class
BerInputStream
{
75
public
BerInputStream
(byte[] encoded) throws IOException {
87
public
BerInputStream
(byte[] encoded, int offset, int expectedLength) throws IOException {
106
public
BerInputStream
(InputStream in) throws IOException {
115
public
BerInputStream
(InputStream in, int initialSize) throws IOException {
Completed in 56 milliseconds