public class LazyFileOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
LazyFileOutputStream(java.io.File file) |
LazyFileOutputStream(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
equals(java.lang.Object obj) |
void |
flush() |
java.nio.channels.FileChannel |
getChannel() |
java.io.FileDescriptor |
getFD() |
int |
hashCode() |
java.lang.String |
toString() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public LazyFileOutputStream(java.lang.String filename)
public LazyFileOutputStream(java.io.File file)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public java.nio.channels.FileChannel getChannel()
public java.io.FileDescriptor getFD() throws java.io.IOException
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
OutputStream.write(byte[], int, int)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- java.io.IOException
Copyright © 2003-2013. All Rights Reserved.