You are here: Start » FIL.NET » BinaryReader Class
BinaryReader Class
Namespace: | Ftl |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | BinaryReader(IntPtr, BinaryMode, Int32) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Mode | Ftl.BinaryMode |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Ftl.BinaryReader) | |
![]() | Dispose() | Inherited from Fil.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetPtr() | |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Ftl.BinaryReader) | |
![]() | ReadBinary(int) | |
![]() | ReadBlob(System.IntPtr, int) | |
![]() | ReadBool() | |
![]() | ReadF32() | |
![]() | ReadF64() | |
![]() | ReadI32() | |
![]() | ReadI64() | |
![]() | ReadPtr() | |
![]() | ReadString() | |
![]() | ReadString(string) | |
![]() | SkipString() | |
![]() | ToString() | Inherited from System.Object |