Свойство | Type | Description | |
---|---|---|---|
FlushRead | void | ||
FlushWrite | void | ||
ReadFromObject | int | ||
WriteToObject | void | ||
WriteToObject | void |
Méthode | Description | |
---|---|---|
Flush ( ) : void | ||
IOWrapper ( RubyContext context, object io, bool canRead, bool canWrite, bool canSeek, bool canFlush, bool canClose, int bufferSize ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
FlushRead ( ) : void | ||
FlushWrite ( ) : void | ||
ReadFromObject ( byte buffer, int offset, int count ) : int | ||
WriteToObject ( ) : void | ||
WriteToObject ( byte buffer, int offset, int count ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public IOWrapper ( RubyContext context, object io, bool canRead, bool canWrite, bool canSeek, bool canFlush, bool canClose, int bufferSize ) : System | ||
context | RubyContext | |
io | object | |
canRead | bool | |
canWrite | bool | |
canSeek | bool | |
canFlush | bool | |
canClose | bool | |
bufferSize | int | |
Résultat | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
Résultat | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | void |