cascading.tuple.hadoop
Class BytesSerialization.RawBytesDeserializer

java.lang.Object
  extended by cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
All Implemented Interfaces:
Deserializer<byte[]>
Enclosing class:
BytesSerialization

public static class BytesSerialization.RawBytesDeserializer
extends java.lang.Object
implements Deserializer<byte[]>


Constructor Summary
BytesSerialization.RawBytesDeserializer()
           
 
Method Summary
 void close()
           
 byte[] deserialize(byte[] testText)
           
 void open(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytesSerialization.RawBytesDeserializer

public BytesSerialization.RawBytesDeserializer()
Method Detail

open

public void open(java.io.InputStream in)
          throws java.io.IOException
Specified by:
open in interface Deserializer<byte[]>
Throws:
java.io.IOException

deserialize

public byte[] deserialize(byte[] testText)
                   throws java.io.IOException
Specified by:
deserialize in interface Deserializer<byte[]>
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface Deserializer<byte[]>
Throws:
java.io.IOException


Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.