|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory for David streams.
Method Summary | |
DavidInputStream |
newInputStream(Chunk chunk,
int read)
Creates a new input stream, reading data from the provided chunk. |
DavidInputStream |
newInputStream(ChunkProvider message)
Creates a new input stream, reading data from the specified chunk provider. |
DavidOutputStream |
newOutputStream()
Creates a new output stream. |
Methods inherited from interface org.objectweb.jonathan.apis.presentation.MarshallerFactory |
newMarshaller, newUnMarshaller, newUnMarshaller |
Method Detail |
public DavidOutputStream newOutputStream()
public DavidInputStream newInputStream(ChunkProvider message)
message
- a chunk provider.
public DavidInputStream newInputStream(Chunk chunk, int read)
The
read parameters indicates the number of bytes read since
the beginning of the message.
chunk
- a chunk;read
- the number of bytes already read from the message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |