com.flazr.io.f4v.box
Class STCO

java.lang.Object
  extended by com.flazr.io.f4v.box.STCO
All Implemented Interfaces:
Payload

public class STCO
extends Object
implements Payload


Constructor Summary
STCO(org.jboss.netty.buffer.ChannelBuffer in)
           
STCO(org.jboss.netty.buffer.ChannelBuffer in, boolean co64)
           
 
Method Summary
 List<Long> getOffsets()
           
 void read(org.jboss.netty.buffer.ChannelBuffer in)
           
 void setOffsets(List<Long> offsets)
           
 org.jboss.netty.buffer.ChannelBuffer write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STCO

public STCO(org.jboss.netty.buffer.ChannelBuffer in)

STCO

public STCO(org.jboss.netty.buffer.ChannelBuffer in,
            boolean co64)
Method Detail

setOffsets

public void setOffsets(List<Long> offsets)

getOffsets

public List<Long> getOffsets()

read

public void read(org.jboss.netty.buffer.ChannelBuffer in)
Specified by:
read in interface Payload

write

public org.jboss.netty.buffer.ChannelBuffer write()
Specified by:
write in interface Payload


Copyright © 2011. All Rights Reserved.