org.ajax4jsf.request
Class ByteSequenceMatcher
java.lang.Object
org.ajax4jsf.request.ByteSequenceMatcher
public class ByteSequenceMatcher
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteSequenceMatcher
public ByteSequenceMatcher(java.io.InputStream inputStream,
int bufferSize)
getBytesHandler
public ByteSequenceMatcher.BytesHandler getBytesHandler()
setBytesHandler
public void setBytesHandler(ByteSequenceMatcher.BytesHandler bytesHandler)
prefillBuffer
protected void prefillBuffer(int usedLength)
throws java.io.IOException
- Throws:
java.io.IOException
findSequence
public void findSequence(int limit,
byte[]... sequences)
throws java.io.IOException
- Throws:
java.io.IOException
isEOF
public boolean isEOF()
isMatched
public boolean isMatched()
isMatchedAndNotEOF
public boolean isMatchedAndNotEOF()
Copyright © 2010. All Rights Reserved.