Package org.gudy.bouncycastle.asn1
Class BEROctetStringGenerator.BufferedBEROctetStream
java.lang.Object
java.io.OutputStream
org.gudy.bouncycastle.asn1.BEROctetStringGenerator.BufferedBEROctetStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- BEROctetStringGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Field Details
-
_buf
private byte[] _buf -
_off
private int _off
-
-
Constructor Details
-
BufferedBEROctetStream
BufferedBEROctetStream(byte[] buf)
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-