|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrebuild.comp.java.nio.Buffer
rebuild.comp.java.nio.ShortBuffer
public abstract class ShortBuffer
A skimmed down version of the ShortBuffer class for use in versions lower then 5.0. Based off J2SE java.nio.ShortBuffer class but no source code used for it.
Constructor Summary | |
---|---|
ShortBuffer()
|
Method Summary | |
---|---|
abstract short |
get()
Relative get method. |
abstract ShortBuffer |
put(short s)
Writes the given short into this buffer at the current position, and then increments the position. |
Methods inherited from class rebuild.comp.java.nio.Buffer |
---|
capacity, clear, flip, hasRemaining, limit, limit, position, position, remaining, rewind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShortBuffer()
Method Detail |
---|
public abstract ShortBuffer put(short s)
s
- The short to be written.
public abstract short get()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |