public static class ProtectionRequestWrapper.CheckServletInputStream
extends javax.servlet.ServletInputStream
| Constructor and Description |
|---|
ProtectionRequestWrapper.CheckServletInputStream(InputStream stream,
byte[] boundary,
int max) |
public ProtectionRequestWrapper.CheckServletInputStream(InputStream stream, byte[] boundary, int max)
public boolean markSupported()
markSupported in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.