Méthode | Description | |
---|---|---|
AddBytes ( long index, byte values ) : void | ||
Close ( ) : void | ||
FileByteProvider ( string fileName ) : System | ||
ReadByte ( long index ) : byte | ||
ReadBytes ( long index, int count ) : byte[] | ||
RemoveBytes ( long index, int count ) : void | ||
WriteByte ( long index, byte value ) : void | ||
WriteBytes ( long index, byte values ) : void |
public AddBytes ( long index, byte values ) : void | ||
index | long | |
values | byte | |
Résultat | void |
public FileByteProvider ( string fileName ) : System | ||
fileName | string | |
Résultat | System |
public ReadBytes ( long index, int count ) : byte[] | ||
index | long | |
count | int | |
Résultat | byte[] |
public RemoveBytes ( long index, int count ) : void | ||
index | long | |
count | int | |
Résultat | void |
public WriteByte ( long index, byte value ) : void | ||
index | long | |
value | byte | |
Résultat | void |
public WriteBytes ( long index, byte values ) : void | ||
index | long | |
values | byte | |
Résultat | void |