@InternalApi public final class IOUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
checkFromIndexSize(int fromIndex,
int size,
int length) |
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
public static void checkFromIndexSize(int fromIndex, int size, int length)
Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.