|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.SiGMLPipe
public class SiGMLPipe
A simple pipe for SiGML input, allowing the SiGML text to be supplied as a sequence of fragments over time.
Constructor Summary | |
---|---|
SiGMLPipe()
Constructs a new SiGML pipe, which will wrap the sequence of SiGML fragments it receives in a pair of <sigml>...</sigml> |
|
SiGMLPipe(boolean dosigmlwrap)
Constructs a new SiGML pipe, which, in accordance with the given flag parameter, will or will not wrap the sequence of SiGML fragments it receives in a pair of <sigml>...</sigml> |
Method Summary | |
---|---|
void |
appendSiGMLFragment(java.lang.String sigmlfrag)
Appends the given fragment of SiGML text to this pipe. |
java.io.InputStream |
getSiGMLInputStream()
Returns the input stream for the SiGML data fed into this pipe. |
void |
terminatePipe()
Terminates writing to this SiGML pipe. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiGMLPipe(boolean dosigmlwrap) throws java.io.IOException
<sigml>...</sigml> element tags.
- Throws:
java.io.IOException
public SiGMLPipe() throws java.io.IOException
<sigml>...</sigml> element tags.
- Throws:
java.io.IOException
Method Detail |
---|
public java.io.InputStream getSiGMLInputStream()
public void appendSiGMLFragment(java.lang.String sigmlfrag) throws java.io.IOException
appendSiGMLFragment
in interface JALoadingPlayer.SiGMLPipeWriter
java.io.IOException
public void terminatePipe() throws java.io.IOException
terminatePipe
in interface JALoadingPlayer.SiGMLPipeWriter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |