FileStoreOutputStream
An output stream that is backed by a file store.
| Methods |
| void |
close()
|
| void |
close()
|
| void |
write(int b)
|
| void |
write(int b)
|
| void |
write(byte[] buff)
|
| void |
write(byte[] buff)
|
| void |
write(byte[] buff, int off, int len)
|
| void |
write(byte[] buff, int off, int len)
|
|