Package org.bouncycastle.tls
Class ByteQueueOutputStream
java.lang.Object
java.io.OutputStream
org.bouncycastle.tls.ByteQueueOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
OutputStream based on a ByteQueue implementation.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Constructor Details
-
ByteQueueOutputStream
public ByteQueueOutputStream()
-
-
Method Details
-
getBuffer
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-