Property | Type | Description | |
---|---|---|---|
buffer | Buffer | ||
end | long | ||
start | long |
Method | Description | |
---|---|---|
BufferRegion ( Buffer buffer, long start, long end = -1 ) : System | ||
Read ( byte ba, int offset, int count ) : int | ||
ReadToEnd ( byte ba ) : void | ||
destroy ( ) : void |
public BufferRegion ( Buffer buffer, long start, long end = -1 ) : System | ||
buffer | Buffer | |
start | long | |
end | long | |
return | System |
public Read ( byte ba, int offset, int count ) : int | ||
ba | byte | |
offset | int | |
count | int | |
return | int |