public class ByteInputStream extends InputStream
构造器和说明 |
---|
ByteInputStream(byte[] bytes) |
ByteInputStream(byte[] bytes,
int off,
int len) |
public ByteInputStream(byte[] bytes)
public ByteInputStream(byte[] bytes, int off, int len)
public int read() throws IOException
read
在类中 InputStream
IOException
Copyright © 2017. All rights reserved.