ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.api.text
Interface TextExtractor.BinaryOperation<T>

Type Parameters:
T - the return type of the binary operation
Enclosing class:
TextExtractor

protected static interface TextExtractor.BinaryOperation<T>

Interface which can be used by subclasses to process the input stream of a binary property.


Method Summary
 T execute(InputStream stream)
           
 

Method Detail

execute

T execute(InputStream stream)
          throws Exception
Throws:
Exception

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.