|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
org.apache.subversion.javahl.types.NativeOutputStream
public class NativeOutputStream
Implementation class for OutputStream objects returned from
JavaHL methods.
| Method Summary | |
|---|---|
void |
close()
Flushes buffers, closes the underlying native stream, and releases the native object. |
void |
finalize()
|
void |
write(byte[] b,
int off,
int len)
Writes len bytes at offset off from
b to the underyling native stream. |
void |
write(int b)
Writes a single byte to the underyling native stream. |
| Methods inherited from class java.io.OutputStream |
|---|
flush, write |
| 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 OutputStreamIOExceptionOutputStream.close()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionOutputStream.write(int)
public void write(byte[] b,
int off,
int len)
throws IOException
len bytes at offset off from
b to the underyling native stream.
write in class OutputStreamIOExceptionOutputStream.write(byte[],int,int)public void finalize()
finalize in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||