public class LdiInputStreamUtil extends Object
| コンストラクタと説明 |
|---|
LdiInputStreamUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static int |
available(InputStream is) |
static void |
close(InputStream is) |
static void |
closeSilently(InputStream is) |
static void |
copy(InputStream is,
OutputStream os) |
static byte[] |
getBytes(InputStream is) |
static void |
reset(InputStream is) |
public static void close(InputStream is) throws IORuntimeException
is - IORuntimeExceptionInputStream.close()public static void closeSilently(InputStream is) throws IORuntimeException
is - IORuntimeExceptionInputStream.close()public static final byte[] getBytes(InputStream is) throws IORuntimeException
public static final void copy(InputStream is, OutputStream os) throws IORuntimeException
public static int available(InputStream is) throws IORuntimeException
public static void reset(InputStream is) throws IORuntimeException
is - IORuntimeExceptionInputStream.reset()Copyright © 2015 The DBFlute Project. All rights reserved.