|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.iapi.services.io.DataInputUtil
public final class DataInputUtil
A util class for DataInput.
| Constructor Summary | |
|---|---|
DataInputUtil()
|
|
| Method Summary | |
|---|---|
static void |
skipFully(java.io.DataInput in,
int skippedBytes)
Skips requested number of bytes, throws EOFException if there is too few bytes in the DataInput. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataInputUtil()
| Method Detail |
|---|
public static void skipFully(java.io.DataInput in,
int skippedBytes)
throws java.io.IOException
in - DataInput to be skipped.skippedBytes - number of bytes to skip. if skippedBytes <= zero, do nothing.
EOFException - if EOF meets before requested number of bytes are skipped.
java.io.IOException - if IOException occurs. It doesn't contain EOFException.
java.lang.NullPointerException - if the param 'in' equals null.
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||