cascading.tuple.hadoop
Class BytesSerialization.RawBytesSerializer

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

public static class BytesSerialization.RawBytesSerializer
extends java.lang.Object
implements Serializer<byte[]>


Constructor Summary
BytesSerialization.RawBytesSerializer()
           
 
Method Summary
 void close()
           
 void open(java.io.OutputStream out)
           
 void serialize(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytesSerialization.RawBytesSerializer

public BytesSerialization.RawBytesSerializer()
Method Detail

open

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

serialize

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

close

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


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