public interface FileObjectStore
| Modifier and Type | Method and Description |
|---|---|
void |
store(FileObject in,
FileObject out)
资源从输入流写入输出流
|
void |
store(FileObject in,
FileObject out,
boolean closeIn,
boolean closeOut)
资源从输入流写入输出流
|
void store(FileObject in, FileObject out, boolean closeIn, boolean closeOut) throws Exception
in - out - closeIn - closeOut - Exceptionvoid store(FileObject in, FileObject out) throws Exception
in - out - ExceptionCopyright © 2006–2018 TinyGroup. All rights reserved.