|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StreamingWriter
| Method Summary | |
|---|---|
Writer |
beginClosedList()
Begin a variable-length closed list. |
Writer |
beginOpenList()
Begin a variable-length open list. |
Writer |
endList()
Mark the end of a variable-lenght list, either closed or open. |
void |
writeFooterFor(java.nio.ByteBuffer bb)
Write a footer for some existing fressianed data (the readable portion of bb.) For advanced use when building a larger fressianed stream from existing content. |
| Method Detail |
|---|
Writer beginClosedList()
throws java.io.IOException
java.io.IOException
Writer endList()
throws java.io.IOException
java.io.IOException
Writer beginOpenList()
throws java.io.IOException
java.io.IOException
void writeFooterFor(java.nio.ByteBuffer bb)
throws java.io.IOException
bb -
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||