|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drizzle.jdbc.internal.common.query.parameters.BufferedStreamParameter
public class BufferedStreamParameter
. User: marcuse Date: Feb 19, 2009 Time: 8:56:34 PM
| Constructor Summary | |
|---|---|
BufferedStreamParameter(java.io.InputStream is)
|
|
| Method Summary | |
|---|---|
long |
length()
|
int |
writeTo(java.io.OutputStream os,
int offset,
int maxWriteSize)
Write at most maxWriteSize, return the amont actually written |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufferedStreamParameter(java.io.InputStream is)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public int writeTo(java.io.OutputStream os,
int offset,
int maxWriteSize)
throws java.io.IOException
ParameterHolder
writeTo in interface ParameterHolderos - the stream to write tooffset - where to start writingmaxWriteSize - max number of bytes to write
java.io.IOException - when everything goes wrongpublic long length()
length in interface ParameterHolder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||