@Deprecated
public class FileCacheOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
FileCacheOutputStream()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Deprecated.
|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
byte[] |
getBytes()
Deprecated.
|
java.io.File |
getFile()
Deprecated.
|
java.io.FileInputStream |
getFileInputStream()
Deprecated.
|
long |
getSize()
Deprecated.
|
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
public FileCacheOutputStream() throws java.io.IOException
java.io.IOException
public void cleanUp()
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 void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public byte[] getBytes() throws java.io.IOException
java.io.IOException
public java.io.File getFile() throws java.io.IOException
java.io.IOException
public java.io.FileInputStream getFileInputStream() throws java.io.IOException
java.io.IOException
public long getSize()
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
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException