org.bouncycastle.asn1
Class BEROctetStringGenerator.BEROctetStream
java.lang.Object
   java.io.OutputStream
java.io.OutputStream
       org.bouncycastle.asn1.BEROctetStringGenerator.BEROctetStream
org.bouncycastle.asn1.BEROctetStringGenerator.BEROctetStream
- All Implemented Interfaces: 
- java.io.Closeable, java.io.Flushable
- Enclosing class:
- BEROctetStringGenerator
- private class BEROctetStringGenerator.BEROctetStream 
- extends java.io.OutputStream
| Field Summary | 
| private  byte[] | _buf
 | 
 
 
| Method Summary | 
|  void | close()
 | 
|  void | write(byte[] buf)
 | 
|  void | write(byte[] buf,
      int offSet,
      int len)
 | 
|  void | write(int b)
 | 
 
| Methods inherited from class java.io.OutputStream | 
| flush | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_buf
private byte[] _buf
BEROctetStringGenerator.BEROctetStream
private BEROctetStringGenerator.BEROctetStream()
write
public void write(int b)
           throws java.io.IOException
- 
- Specified by:
- writein class- java.io.OutputStream
 
- 
- Throws:
- java.io.IOException
 
write
public void write(byte[] buf)
           throws java.io.IOException
- 
- Overrides:
- writein class- java.io.OutputStream
 
- 
- Throws:
- java.io.IOException
 
write
public void write(byte[] buf,
                  int offSet,
                  int len)
           throws java.io.IOException
- 
- Overrides:
- writein class- java.io.OutputStream
 
- 
- Throws:
- java.io.IOException
 
close
public void close()
           throws java.io.IOException
- 
- Specified by:
- closein interface- java.io.Closeable
- Overrides:
- closein class- java.io.OutputStream
 
- 
- Throws:
- java.io.IOException