substream
Description:
public virtual Stream substream (
int64 start,
int64 end)
Creates a new substream of this with bounds start and end.
Parameters:
| this |
a Stream
|
| start |
start boundary
|
| end |
end boundary
|
Returns:
|
a substream of this with bounds start and end.
|