| java.lang.Object java.io.InputStream javax.servlet.ServletInputStream org.cougaar.lib.web.micro.base.AnnotatedInputStream
Field Summary | |
final public static int | FLUSH | final public static int | NOOP |
FLUSH | final public static int FLUSH(Code) | | |
NOOP | final public static int NOOP(Code) | | |
read2 | public int read2(byte[] b) throws IOException(Code) | | See Also: read2(byte[],int,int) |
read2 | abstract public int read2(byte[] b, int off, int len) throws IOException(Code) | | a NOOP if the caller should call this method again, a FLUSH if thecaller should flush their stream, otherwise a standardAnnotatedInputStream.read(byte[],int,int) return value.If the value is NOOP or FLUSH then zero bytes were written to the array. |
toAnnotatedInputStream | public static AnnotatedInputStream toAnnotatedInputStream(InputStream in)(Code) | | the input stream cast as an AnnotatedInputStream, or triviallywrapped if it is not an AnnotatedInputStream |
Methods inherited from javax.servlet.ServletInputStream | public int readLine(byte[] b, int off, int len) throws IOException(Code)(Java Doc)
|
|
|