Package org.conscrypt
Class OpenSSLBIOSource.ByteBufferInputStream
java.lang.Object
java.io.InputStream
org.conscrypt.OpenSSLBIOSource.ByteBufferInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
OpenSSLBIOSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
source
-
-
Constructor Details
-
ByteBufferInputStream
ByteBufferInputStream(ByteBuffer source)
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
reset
- Overrides:
reset
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-