public final class IOUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
toBytes(java.io.InputStream in) |
static byte[] |
toBytes(java.io.InputStream in,
int length) |
static java.lang.String |
toString(java.io.Reader in) |
static java.lang.String |
toString(java.io.Reader in,
int length) |
public static byte[] toBytes(java.io.InputStream in, int length) throws java.io.IOException
java.io.IOException
public static byte[] toBytes(java.io.InputStream in) throws java.io.IOException
java.io.IOException
public static java.lang.String toString(java.io.Reader in, int length) throws java.io.IOException
java.io.IOException
public static java.lang.String toString(java.io.Reader in) throws java.io.IOException
java.io.IOException
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.