org.jclouds.netty.io
Class NettyPayloadSlicer

java.lang.Object
  extended by org.jclouds.io.internal.BasePayloadSlicer
      extended by org.jclouds.netty.io.NettyPayloadSlicer
All Implemented Interfaces:
PayloadSlicer

@Singleton
public class NettyPayloadSlicer
extends BasePayloadSlicer

Author:
Adrian Cole

Constructor Summary
NettyPayloadSlicer()
           
 
Method Summary
protected  Payload doSlice(File content, long offset, long length)
           
 
Methods inherited from class org.jclouds.io.internal.BasePayloadSlicer
copyMetadataAndSetLength, doSlice, doSlice, doSlice, doSlice, slice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyPayloadSlicer

public NettyPayloadSlicer()
Method Detail

doSlice

protected Payload doSlice(File content,
                          long offset,
                          long length)
Overrides:
doSlice in class BasePayloadSlicer


Copyright © 2009-2012 jclouds. All Rights Reserved.