public class StorageUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Storage |
createStorage(File file) |
static Storage |
createStorage(InputStream is) |
static Storage |
createStorage(PushbackInputStream is) |
public static Storage createStorage(File file) throws IOException
IOExceptionpublic static Storage createStorage(InputStream is) throws IOException
IOExceptionpublic static Storage createStorage(PushbackInputStream is) throws IOException
IOExceptionCopyright © 2024. All rights reserved.