You are here: Start » AVL.NET » BinaryWriter Class
BinaryWriter Class
| Namespace: | Atl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| BinaryWriter(BinaryMode) | ||
| BinaryWriter(ByteArray, BinaryMode) | ||
| BinaryWriter(Int32, BinaryMode) | ||
| BinaryWriter(List<Byte>, BinaryMode) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Data | System.IntPtr | ||
| IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject | |
| IsView | System.Boolean | Inherited from Avl.UnmanagedObject | |
| Size | System.Int32 |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Inherited from Avl.UnmanagedObject | |
| Equals(object) | Inherited from System.Object | |
| ExportData() | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reserve(int) | ||
| ToString() | Inherited from System.Object | |
| WriteBinary(System.IntPtr, int) | ||
| WriteBlob(System.IntPtr, int) | ||
| WriteBool(bool) | ||
| WriteF32(float) | ||
| WriteF64(double) | ||
| WriteI32(int) | ||
| WriteI64(long) | ||
| WritePtr(System.IntPtr) | ||
| WriteString(string) |
