org.mmbase.datatypes.processors
Class BinaryFile.StringGetter

Package class diagram package BinaryFile.StringGetter
java.lang.Object
  extended by org.mmbase.datatypes.processors.BinaryFile.StringGetter
All Implemented Interfaces:
Serializable, Processor
Enclosing class:
BinaryFile

public static class BinaryFile.StringGetter
extends Object
implements Processor

A bit of a hack, used if the file was originally saved in a transaction, and hence has a negative number prefix. If possible this processor corrects that.

See Also:
Serialized Form

Constructor Summary
BinaryFile.StringGetter()
           
 
Method Summary
 Object process(Node node, Field field, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFile.StringGetter

public BinaryFile.StringGetter()
Method Detail

process

public Object process(Node node,
                      Field field,
                      Object value)
Specified by:
process in interface Processor


MMBase2 Resources 2.0-SNAPSHOT - 2013-05-29T22:09