com.twilight.h264.util
Class Buffer

java.lang.Object
  extended by com.twilight.h264.util.Buffer

public class Buffer
extends Object


Method Summary
 int capacity()
           
 Buffer clear()
           
 Buffer flip()
           
 boolean hasRemaining()
           
 int limit()
           
 Buffer limit(int newLimit)
           
 Buffer mark()
           
 int position()
           
 Buffer position(int newPosition)
           
 int remaining()
           
 Buffer reset()
           
 Buffer rewind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

capacity

public int capacity()

clear

public Buffer clear()

flip

public Buffer flip()

hasRemaining

public boolean hasRemaining()

limit

public int limit()

limit

public Buffer limit(int newLimit)

mark

public Buffer mark()

position

public int position()

position

public Buffer position(int newPosition)

remaining

public int remaining()

reset

public Buffer reset()

rewind

public Buffer rewind()


Copyright © 2013. All Rights Reserved.