public interface RangeWriter
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
writeTo(java.io.OutputStream outputStream,
long skipTo,
long length)
Write the specific range (start, size) to the outputStream.
|
void writeTo(java.io.OutputStream outputStream, long skipTo, long length) throws java.io.IOException
outputStream
- the stream to write toskipTo
- the offset / skip-to / seek-to / position in the resource to start the write fromlength
- the size of the section to writejava.io.IOException
Copyright © 1995–2020 Webtide. All rights reserved.