java > java.nio > java.nio.shortbuffer >

Class: java.nio.ShortBuffer
    java.lang.Object
       java.nio.Buffer
               java.nio.ShortBuffer


public abstract class ShortBuffer extends Buffer implements Comparable


FIELDS:

CONSTRUCTORS:

METHODS:
public static ShortBuffer allocate(int capacity)
Throws: IllegalArgumentException

public final short[] array()
Throws: ReadOnlyBufferException
Throws: UnsupportedOperationException
Overrides: Buffer

public final int arrayOffset()
Throws: ReadOnlyBufferException
Throws: UnsupportedOperationException
Overrides: Buffer

public abstract ShortBuffer asReadOnlyBuffer()

public abstract ShortBuffer compact()
Throws: ReadOnlyBufferException

public int compareTo(ShortBuffer that)

public abstract ShortBuffer duplicate()

public boolean equals(Object ob)
Overrides: Object

public abstract short get()
Throws: BufferUnderflowException

public abstract short get(int index)
Throws: IndexOutOfBoundsException

public ShortBuffer get(short[] dst)
Throws: BufferUnderflowException

public ShortBuffer get(short[] dst, int offset, int length)
Throws: BufferUnderflowException
Throws: IndexOutOfBoundsException

public final boolean hasArray()
Overrides: Buffer

public int hashCode()
Overrides: Object

public abstract boolean isDirect()
Overrides: Buffer

public abstract ByteOrder order()

public abstract ShortBuffer put(int index, short s)
Throws: IndexOutOfBoundsException
Throws: ReadOnlyBufferException

public ShortBuffer put(ShortBuffer src)
Throws: BufferOverflowException
Throws: IllegalArgumentException
Throws: ReadOnlyBufferException

public abstract ShortBuffer put(short s)
Throws: BufferOverflowException
Throws: ReadOnlyBufferException

public final ShortBuffer put(short[] src)
Throws: BufferOverflowException
Throws: ReadOnlyBufferException

public ShortBuffer put(short[] src, int offset, int length)
Throws: BufferOverflowException
Throws: IndexOutOfBoundsException
Throws: ReadOnlyBufferException

public abstract ShortBuffer slice()

public String toString()
Overrides: Object

public static ShortBuffer wrap(short[] array)

public static ShortBuffer wrap(short[] array, int offset, int length)
Throws: IndexOutOfBoundsException


INHERITED METHODS:
capacity(), position(), position(int), limit(), limit(int), mark(), reset(), clear(), flip(), rewind(), remaining(), hasRemaining(), isReadOnly(), hasArray(), array(), arrayOffset(), isDirect(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net