public class NioUtil extends Object
| Constructor and Description |
|---|
NioUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyStreamToFile(InputStream is,
File aFile)
Transfer bytes blocks using direct buffer memory allocation.
|
public static final void copyStreamToFile(InputStream is, File aFile) throws IOException
is - the InputStream to copyaFile - the output FileIOException - if errors occuredCopyright © 2005-2015 Linagora. All Rights Reserved.