RichFaces UI Components UI 4.1.0.20111111-CR1

org.richfaces.request
Class ByteSequenceMatcher

java.lang.Object
  extended by org.richfaces.request.ByteSequenceMatcher

public class ByteSequenceMatcher
extends Object


Nested Class Summary
static interface ByteSequenceMatcher.BytesHandler
           
 
Constructor Summary
ByteSequenceMatcher(InputStream inputStream, int bufferSize)
           
 
Method Summary
 void findSequence(int limit, byte[]... sequences)
           
 ByteSequenceMatcher.BytesHandler getBytesHandler()
           
 boolean isEOF()
           
 boolean isMatched()
           
 boolean isMatchedAndNotEOF()
           
protected  void prefillBuffer(int usedLength)
           
 void setBytesHandler(ByteSequenceMatcher.BytesHandler bytesHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteSequenceMatcher

public ByteSequenceMatcher(InputStream inputStream,
                           int bufferSize)
Method Detail

getBytesHandler

public ByteSequenceMatcher.BytesHandler getBytesHandler()

setBytesHandler

public void setBytesHandler(ByteSequenceMatcher.BytesHandler bytesHandler)

prefillBuffer

protected void prefillBuffer(int usedLength)
                      throws IOException
Throws:
IOException

findSequence

public void findSequence(int limit,
                         byte[]... sequences)
                  throws IOException
Throws:
IOException

isEOF

public boolean isEOF()

isMatched

public boolean isMatched()

isMatchedAndNotEOF

public boolean isMatchedAndNotEOF()

RichFaces UI Components UI 4.1.0.20111111-CR1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.