Package gov.nih.mipav.model.file
Class jxlatte.IOHelper
java.lang.Object
gov.nih.mipav.model.file.jxlatte.IOHelper
- Enclosing class:
jxlatte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintreadFully(InputStream in, byte[] buffer) intreadFully(InputStream in, byte[] buffer, int offset, int len) longskipFully(InputStream in, long n)
-
Constructor Details
-
IOHelper
private IOHelper()
-
-
Method Details
-
readFully
- Returns:
- How much wasn't read due to EOF
- Throws:
IOException
-
readFully
- Returns:
- How much wasn't read due to EOF
- Throws:
IOException
-
skipFully
- Returns:
- How much wasn't read due to EOF
- Throws:
IOException
-