ByteArrayRef Class |
Namespace: pdftron.Common
public sealed class ByteArrayRef : IClosable
The ByteArrayRef type exposes the following members.
Name | Description | |
---|---|---|
ByteArrayRef | Constructor. | |
ByteArrayRef(Byte) | Constructor. | |
ByteArrayRef(Int32) | Created a new ByteArrayRef with an array of size size, which can be accessed from Value | |
ByteArrayRef(ByteArrayRef) | Constructor. | |
ByteArrayRef(Int32, Byte) | Created a new ByteArrayRef with an array of size size, filled in with defaulyValue. |
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |