|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.apache.subversion.javahl.types.NativeInputStream
public class NativeInputStream
Implementation class for InputStream objects returned from
JavaHL methods.
| Method Summary | |
|---|---|
void |
close()
Flushes buffers, closes the underlying native stream, and releases the native object. |
void |
finalize()
|
void |
mark(int readlimit)
|
boolean |
markSupported()
|
int |
read()
Reads a single byte from the underyling native stream. |
int |
read(byte[] b,
int off,
int len)
Reads len bytes to offset off in
b from the underyling native stream. |
void |
reset()
|
long |
skip(long count)
|
| Methods inherited from class java.io.InputStream |
|---|
available, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in class InputStreamIOExceptionInputStream.close()public boolean markSupported()
markSupported in class InputStreamInputStream.markSupported()public void mark(int readlimit)
mark in class InputStreamInputStream.mark(int)
public void reset()
throws IOException
reset in class InputStreamIOExceptionInputStream.reset()
public int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()
public int read(byte[] b,
int off,
int len)
throws IOException
len bytes to offset off in
b from the underyling native stream.
read in class InputStreamIOExceptionInputStream.read(byte[],int,int)
public long skip(long count)
throws IOException
skip in class InputStreamIOExceptionInputStream.skip(long)public void finalize()
finalize in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||