java.io
Class ByteArrayInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
public class ByteArrayInputStream
- extends InputStream
Field Summary |
protected byte[] |
buf
|
protected int |
count
|
protected int |
mark
|
protected int |
pos
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf
protected byte[] buf
pos
protected int pos
mark
protected int mark
count
protected int count
ByteArrayInputStream
public ByteArrayInputStream(byte[] var0)
ByteArrayInputStream
public ByteArrayInputStream(byte[] var0,
int var1,
int var2)
available
public int available()
- Overrides:
available
in class InputStream
close
public void close()
throws IOException
- Overrides:
close
in class InputStream
- Throws:
IOException
mark
public void mark(int var0)
- 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[] var0,
int var1,
int var2)
- Overrides:
read
in class InputStream
reset
public void reset()
- Overrides:
reset
in class InputStream
skip
public long skip(long var0)
- Overrides:
skip
in class InputStream
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.