Method | 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 | |
return | void |
public FileByteProvider ( string fileName ) : System | ||
fileName | string | |
return | System |
public ReadBytes ( long index, int count ) : byte[] | ||
index | long | |
count | int | |
return | byte[] |
public RemoveBytes ( long index, int count ) : void | ||
index | long | |
count | int | |
return | void |
public WriteByte ( long index, byte value ) : void | ||
index | long | |
value | byte | |
return | void |
public WriteBytes ( long index, byte values ) : void | ||
index | long | |
values | byte | |
return | void |