|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Asn1OutputStream. More...
Public Member Functions |
|
| Asn1OutputStreamBC (Stream stream) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1OutputStream. More... |
|
| Asn1OutputStreamBC (Asn1OutputStream stream) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1OutputStream. More... |
|
| virtual Asn1OutputStream | GetAsn1OutputStream () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual void | WriteObject (IAsn1Object primitive) |
Calls actual writeObject method for the wrapped ASN1OutputStream object. More... |
|
| virtual void | Dispose () |
Delegates close method call to the wrapped stream. More... |
|
| override bool | Equals (Object o) |
| Indicates whether some other object is "equal to" this one. More... |
|
| override int | GetHashCode () |
| Returns a hash code value based on the wrapped object. More... |
|
| override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.Asn1OutputStream.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1OutputStream.
| stream | OutputStream to create Org.BouncyCastle.Asn1.Asn1OutputStream to be wrapped |
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1OutputStream.
| stream |
Org.BouncyCastle.Asn1.Asn1OutputStream to be wrapped
|
inlinevirtual |
Delegates close method call to the wrapped stream.
Implements iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream.
|
inline |
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Returns a hash code value based on the wrapped object.
|
inline |
Delegates toString method call to the wrapped object.
|
inlinevirtual |
Calls actual writeObject method for the wrapped ASN1OutputStream object.
Implements iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream.