| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.utils.IOUtils
Utility class containing IO helper methods
| Method Summary | |
| static int | readFully(java.io.InputStream in,
          byte[] b)Read into a byte array; tries to ensure that the the full buffer is read. | 
| static int | readFully(java.io.InputStream in,
          byte[] b,
          int off,
          int len)Same as the normal in.read(b, off, len), but tries to ensure that the entire len number of bytes is read. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static int readFully(java.io.InputStream in,
                            byte[] b)
                     throws java.io.IOException
java.io.IOExceptionreadFully(java.io.InputStream, byte[], int, int)
public static int readFully(java.io.InputStream in,
                            byte[] b,
                            int off,
                            int len)
                     throws java.io.IOException
java.io.IOException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||