org.apache.maven.wagon
public class LazyFileOutputStream extends OutputStream
Version: $Id: LazyFileOutputStream.java 162476 2005-04-19 02:49:45Z brett $
Field Summary | |
---|---|
FileOutputStream | delegee |
File | file |
Constructor Summary | |
---|---|
LazyFileOutputStream(String filename) | |
LazyFileOutputStream(File file) |
Method Summary | |
---|---|
void | close() |
boolean | equals(Object obj) |
void | flush() |
FileChannel | getChannel() |
FileDescriptor | getFD() |
int | hashCode() |
void | initialize() |
String | toString() |
void | write(byte[] b) |
void | write(byte[] b, int off, int len) |
void | write(int b) |
See Also: java.io.OutputStream#write(byte[], int, int)
Parameters: b
Throws: java.io.IOException