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