public class IOStreamUtils extends Object
| Constructor and Description |
|---|
IOStreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable closeable) |
static OutputStream |
createDeflateOutputStream(File file) |
static InputStream |
createInflaterInputStream(File file) |
static void |
writeChars(String str,
DataOutputStream out) |
public static void close(Closeable closeable)
public static OutputStream createDeflateOutputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic static InputStream createInflaterInputStream(File file) throws IOException
IOExceptionpublic static void writeChars(String str, DataOutputStream out) throws IOException
IOExceptionCopyright © 2023 OpenClover.org. All rights reserved.