com.alibaba.simpleimage.io
类 ByteArraySeekableStreamWrap

java.lang.Object
  继承者 ByteArraySeekableStream
      继承者 com.alibaba.simpleimage.io.ByteArraySeekableStreamWrap

public class ByteArraySeekableStreamWrap
extends ByteArraySeekableStream


构造方法摘要
ByteArraySeekableStreamWrap(byte[] src)
           
ByteArraySeekableStreamWrap(byte[] src, int offset, int length)
           
 
方法摘要
static ByteArraySeekableStreamWrap wrapInputStream(InputStream is)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ByteArraySeekableStreamWrap

public ByteArraySeekableStreamWrap(byte[] src,
                                   int offset,
                                   int length)
                            throws IOException
抛出:
IOException

ByteArraySeekableStreamWrap

public ByteArraySeekableStreamWrap(byte[] src)
                            throws IOException
抛出:
IOException
方法详细信息

wrapInputStream

public static ByteArraySeekableStreamWrap wrapInputStream(InputStream is)
                                                   throws IOException
抛出:
IOException


Copyright © 2012–2013 Alibaba Group. All rights reserved.