Liferay 6.0.5

com.liferay.util.servlet
Class ByteArrayInputStreamWrapper

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by com.liferay.util.servlet.ByteArrayInputStreamWrapper
All Implemented Interfaces:
Closeable

public class ByteArrayInputStreamWrapper
extends javax.servlet.ServletInputStream


Constructor Summary
ByteArrayInputStreamWrapper(ByteArrayInputStream byteArrayInputStream)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readLimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] byteArray)
           
 int read(byte[] byteArray, int offset, int length)
           
 int readLine(byte[] byteArray, int offset, int length)
           
 void reset()
           
 long skip(long skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayInputStreamWrapper

public ByteArrayInputStreamWrapper(ByteArrayInputStream byteArrayInputStream)
Method Detail

available

public int available()
Overrides:
available in class InputStream

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class InputStream
Throws:
IOException

mark

public void mark(int readLimit)
Overrides:
mark in class InputStream

markSupported

public boolean markSupported()
Overrides:
markSupported in class InputStream

read

public int read()
Specified by:
read in class InputStream

read

public int read(byte[] byteArray)
         throws IOException
Overrides:
read in class InputStream
Throws:
IOException

read

public int read(byte[] byteArray,
                int offset,
                int length)
Overrides:
read in class InputStream

readLine

public int readLine(byte[] byteArray,
                    int offset,
                    int length)
Overrides:
readLine in class javax.servlet.ServletInputStream

reset

public void reset()
Overrides:
reset in class InputStream

skip

public long skip(long skip)
Overrides:
skip in class InputStream

Liferay 6.0.5