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.IOExceptionpublic static byte[] toBytes(java.io.InputStream in)
                      throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String toString(java.io.Reader in,
                                        int length)
                                 throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String toString(java.io.Reader in)
                                 throws java.io.IOException
java.io.IOExceptionCopyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.