Home
last modified time | relevance | path

Searched refs:_currentStream (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DConstructedOctetStream.java12 private InputStream _currentStream; field in ConstructedOctetStream
22 if (_currentStream == null) in read()
37 _currentStream = s.getOctetStream(); in read()
44 int numRead = _currentStream.read(b, off + totalRead, len - totalRead); in read()
61 _currentStream = null; in read()
65 _currentStream = aos.getOctetStream(); in read()
73 if (_currentStream == null) in read()
88 _currentStream = s.getOctetStream(); in read()
93 int b = _currentStream.read(); in read()
104 _currentStream = null; in read()
[all …]