You are here: Start » FIL.NET » BinaryWriter Class
BinaryWriter Class
Namespace: | Ftl |
---|---|
Assembly: | FilNet.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 Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Size | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Inherited from Fil.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) |