public void Write(
long position,
byte[] buffer,
int offset,
int count
)Public Sub Write (
position As Long,
buffer As Byte(),
offset As Integer,
count As Integer
)member Write :
position : int64 *
buffer : byte[] *
offset : int *
count : int -> unit