cn.dreampie.upload.multipart
类 ServletInputStream

java.lang.Object
  继承者 java.io.InputStream
      继承者 cn.dreampie.upload.multipart.ServletInputStream
所有已实现的接口:
Closeable
直接已知子类:
BufferedServletInputStream, LimitedServletInputStream

public abstract class ServletInputStream
extends InputStream

Created by ice on 15-1-6.


构造方法摘要
protected ServletInputStream()
           
 
方法摘要
 int readLine(byte[] b, int off, int len)
           
 
从类 java.io.InputStream 继承的方法
available, close, mark, markSupported, read, read, read, reset, skip
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ServletInputStream

protected ServletInputStream()
方法详细信息

readLine

public int readLine(byte[] b,
                    int off,
                    int len)
             throws IOException
抛出:
IOException


Copyright © 2015. All rights reserved.