com.sun.grizzly.http.jk.common
Class ChannelNioSocket.SocketInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.sun.grizzly.http.jk.common.ChannelNioSocket.SocketInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
ChannelNioSocket

protected class ChannelNioSocket.SocketInputStream
extends InputStream


Method Summary
 int available()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] data)
           
 int read(byte[] data, int offset, int len)
           
 void reset()
           
 
Methods inherited from class java.io.InputStream
close, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

available

public int available()
Overrides:
available in class InputStream

mark

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

markSupported

public boolean markSupported()
Overrides:
markSupported in class InputStream

reset

public void reset()
Overrides:
reset in class InputStream

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

read

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

read

public int read(byte[] data,
                int offset,
                int len)
         throws IOException
Overrides:
read in class InputStream
Throws:
IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.