|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.PipedInputStream
|
+--arlut.csd.Util.BigPipedInputStream
This class is a simple subclassing of java.io.PipedInputStream that specifies a much larger buffer size, in order to make server-side XML parsing efficient.
| Field Summary | |
protected byte[] |
buffer
|
| Fields inherited from class java.io.PipedInputStream |
in, out, PIPE_SIZE |
| Fields inherited from class java.io.InputStream |
|
| Constructor Summary | |
BigPipedInputStream(java.io.PipedOutputStream src)
|
|
| Methods inherited from class java.io.PipedInputStream |
available, close, connect, read, read, receive |
| Methods inherited from class java.io.InputStream |
mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected byte[] buffer
| Constructor Detail |
public BigPipedInputStream(java.io.PipedOutputStream src)
throws java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||