Метод | Описание | |
---|---|---|
ByteStream ( Stream baseStream ) : System | ||
Dispose ( ) : void | ||
Dispose ( bool bIsDisposing ) : void | ||
Read ( int count ) : byte[] | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadBigDouble ( ) : double | ||
ReadBigDouble ( int numBytes ) : double | ||
ReadBigInt32 ( ) : int | ||
ReadBigInt32 ( int numBytes ) : int | ||
ReadBigInt64 ( ) : long | ||
ReadBigInt64 ( int numBytes ) : long | ||
ReadBigShort16 ( ) : int | ||
ReadBigSingle ( ) : float | ||
ReadBigSingle ( int numBytes ) : float | ||
ReadBigUInt32 ( ) : uint | ||
ReadBigUInt32 ( int numBytes ) : uint | ||
ReadBigUInt64 ( ) : ulong | ||
ReadBigUInt64 ( int numBytes ) : ulong | ||
ReadBigUShort16 ( ) : int | ||
ReadByte ( ) : int | ||
ReadChar ( ) : char | ||
ReadLittleDouble ( ) : double | ||
ReadLittleDouble ( int numBytes ) : double | ||
ReadLittleInt32 ( ) : int | ||
ReadLittleInt32 ( int numBytes ) : int | ||
ReadLittleInt64 ( ) : long | ||
ReadLittleInt64 ( int numBytes ) : long | ||
ReadLittleShort16 ( ) : int | ||
ReadLittleSingle ( ) : float | ||
ReadLittleSingle ( int numBytes ) : float | ||
ReadLittleUInt32 ( ) : uint | ||
ReadLittleUInt32 ( int numBytes ) : uint | ||
ReadLittleUInt64 ( ) : ulong | ||
ReadLittleUInt64 ( int numBytes ) : ulong | ||
ReadLittleUShort16 ( ) : int | ||
ReadString ( int numChars ) : string | ||
SeekEnd ( long position ) : void | ||
SeekSet ( long position ) : void | ||
Skip ( int numBytes ) : void | ||
Write ( byte bytes ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteBig ( double x ) : void | ||
WriteBig ( double x, int numBytes ) : void | ||
WriteBig ( float x ) : void | ||
WriteBig ( float x, int numBytes ) : void | ||
WriteBig ( int x ) : void | ||
WriteBig ( int x, int numBytes ) : void | ||
WriteBig ( long x ) : void | ||
WriteBig ( long x, int numBytes ) : void | ||
WriteBig ( uint x ) : void | ||
WriteBig ( uint x, int numBytes ) : void | ||
WriteBig ( ulong x ) : void | ||
WriteBig ( ulong x, int numBytes ) : void | ||
WriteLittle ( double x ) : void | ||
WriteLittle ( double x, int numBytes ) : void | ||
WriteLittle ( float x ) : void | ||
WriteLittle ( float x, int numBytes ) : void | ||
WriteLittle ( int x ) : void | ||
WriteLittle ( int x, int numBytes ) : void | ||
WriteLittle ( long x ) : void | ||
WriteLittle ( long x, int numBytes ) : void | ||
WriteLittle ( uint x ) : void | ||
WriteLittle ( uint x, int numBytes ) : void | ||
WriteLittle ( ulong x ) : void | ||
WriteLittle ( ulong x, int numBytes ) : void |
Метод | Описание | |
---|---|---|
GetBytes ( int x, int numBytes ) : byte[] | ||
GetBytes ( long x, int numBytes ) : byte[] | ||
GetBytes ( uint x, int numBytes ) : byte[] | ||
GetBytes ( ulong x, int numBytes ) : byte[] | ||
SafeReadBig ( int numBytes, int maxLen ) : byte[] | ||
SafeReadLittle ( int numBytes, int maxLen ) : byte[] | ||
SafeWriteBig ( byte bytes ) : void | ||
SafeWriteLittle ( byte bytes ) : void | ||
SwapBig ( byte bytes ) : void | ||
SwapLittle ( byte bytes ) : void | ||
Trim ( byte bytes, int count ) : byte[] | ||
WriteBig ( byte bytes ) : void | ||
WriteLittle ( byte bytes ) : void |
public ByteStream ( Stream baseStream ) : System | ||
baseStream | Stream | |
Результат | System |
public Dispose ( bool bIsDisposing ) : void | ||
bIsDisposing | bool | |
Результат | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | int |
public ReadBigDouble ( int numBytes ) : double | ||
numBytes | int | |
Результат | double |
public ReadBigInt32 ( int numBytes ) : int | ||
numBytes | int | |
Результат | int |
public ReadBigInt64 ( int numBytes ) : long | ||
numBytes | int | |
Результат | long |
public ReadBigSingle ( int numBytes ) : float | ||
numBytes | int | |
Результат | float |
public ReadBigUInt32 ( int numBytes ) : uint | ||
numBytes | int | |
Результат | uint |
public ReadBigUInt64 ( int numBytes ) : ulong | ||
numBytes | int | |
Результат | ulong |
public ReadLittleDouble ( int numBytes ) : double | ||
numBytes | int | |
Результат | double |
public ReadLittleInt32 ( int numBytes ) : int | ||
numBytes | int | |
Результат | int |
public ReadLittleInt64 ( int numBytes ) : long | ||
numBytes | int | |
Результат | long |
public ReadLittleSingle ( int numBytes ) : float | ||
numBytes | int | |
Результат | float |
public ReadLittleUInt32 ( int numBytes ) : uint | ||
numBytes | int | |
Результат | uint |
public ReadLittleUInt64 ( int numBytes ) : ulong | ||
numBytes | int | |
Результат | ulong |
public ReadString ( int numChars ) : string | ||
numChars | int | |
Результат | string |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |
public WriteBig ( double x, int numBytes ) : void | ||
x | double | |
numBytes | int | |
Результат | void |
public WriteBig ( float x, int numBytes ) : void | ||
x | float | |
numBytes | int | |
Результат | void |
public WriteBig ( int x, int numBytes ) : void | ||
x | int | |
numBytes | int | |
Результат | void |
public WriteBig ( long x, int numBytes ) : void | ||
x | long | |
numBytes | int | |
Результат | void |
public WriteBig ( uint x, int numBytes ) : void | ||
x | uint | |
numBytes | int | |
Результат | void |
public WriteBig ( ulong x, int numBytes ) : void | ||
x | ulong | |
numBytes | int | |
Результат | void |
public WriteLittle ( double x, int numBytes ) : void | ||
x | double | |
numBytes | int | |
Результат | void |
public WriteLittle ( float x, int numBytes ) : void | ||
x | float | |
numBytes | int | |
Результат | void |
public WriteLittle ( int x, int numBytes ) : void | ||
x | int | |
numBytes | int | |
Результат | void |
public WriteLittle ( long x, int numBytes ) : void | ||
x | long | |
numBytes | int | |
Результат | void |
public WriteLittle ( uint x, int numBytes ) : void | ||
x | uint | |
numBytes | int | |
Результат | void |
public WriteLittle ( ulong x, int numBytes ) : void | ||
x | ulong | |
numBytes | int | |
Результат | void |