| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
int |
getInt() |
long |
getLong() |
String |
getString() |
void |
skipBytes()
skips the next byte[] part in the splitter
|
void |
skipInt()
skips the next int part in the splitter
|
void |
skipLong()
skips the next long part in the splitter
|
void |
skipString()
skips the next String part in the splitter
|
public int getInt()
BufferUnderflowException - if there is no int as expectedpublic long getLong()
BufferUnderflowException - if there is no long as expectedpublic byte[] getBytes()
BufferUnderflowException - if there is no byte[] as expectedpublic String getString()
BufferUnderflowException - if there is no String as expectedpublic void skipInt()
BufferUnderflowException - if there is no int as expectedpublic void skipLong()
BufferUnderflowException - if there is no long as expectedpublic void skipBytes()
BufferUnderflowException - if there is no byte[] as expectedpublic void skipString()
BufferUnderflowException - if there is no String as expectedCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.