static int |
LdiInputStreamUtil.available(InputStream is) |
static void |
LdiInputStreamUtil.close(InputStream is) |
static void |
LdiOutputStreamUtil.close(OutputStream out) |
static void |
LdiInputStreamUtil.closeSilently(InputStream is) |
static void |
LdiInputStreamUtil.copy(InputStream is,
OutputStream os) |
static FileOutputStream |
LdiFileOutputStreamUtil.create(File file) |
static FileInputStream |
LdiFileInputStreamUtil.create(File file) |
static JarInputStream |
LdiJarInputStreamUtil.create(InputStream is) |
static InputStreamReader |
LdiInputStreamReaderUtil.create(InputStream is,
String encoding) |
static byte[] |
LdiInputStreamUtil.getBytes(InputStream is) |
static JarFile |
LdiJarURLConnectionUtil.getJarFile(JarURLConnection conn) |
static JarEntry |
LdiJarInputStreamUtil.getNextJarEntry(JarInputStream is) |
static Properties |
LdiResourceUtil.getProperties(String path) |
static void |
LdiPropertiesUtil.load(Properties props,
InputStream ins) |
static void |
LdiPropertiesUtil.load(Properties props,
Reader reader) |
static String |
LdiReaderUtil.readText(Reader reader) |
static void |
LdiInputStreamUtil.reset(InputStream is) |
static Object |
LdiSerializeUtil.serialize(Object o) |