public interface ParameterHolder
| Modifier and Type | Method and Description |
|---|---|
long |
length() |
int |
writeTo(OutputStream os,
int offset,
int maxWriteSize)
Write at most maxWriteSize, return the amont actually written
|
int writeTo(OutputStream os, int offset, int maxWriteSize) throws IOException
os - the stream to write tooffset - where to start writingmaxWriteSize - max number of bytes to writeIOException - when everything goes wronglong length()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.