public interface Parser
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
boolean |
isIdle() |
boolean |
isMoreInBuffer() |
boolean |
isPersistent() |
boolean |
parseAvailable() |
void |
reset() |
void |
returnBuffers() |
void |
setPersistent(boolean persistent) |
void returnBuffers()
void reset()
boolean isComplete()
boolean parseAvailable()
throws IOException
IOExceptionboolean isMoreInBuffer()
throws IOException
IOExceptionboolean isIdle()
boolean isPersistent()
void setPersistent(boolean persistent)
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.