Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.nio.ShortBuffer

Packages that use ShortBuffer
Package Description
java.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages. 
 

Uses of ShortBuffer in java.nio
 

Methods in java.nio that return ShortBuffer
Modifier and Type Method and Description
static ShortBuffer ShortBuffer.allocate(int capacity)
          Allocates a new short buffer.
abstract  ShortBuffer ShortBuffer.asReadOnlyBuffer()
          Creates a new, read-only short buffer that shares this buffer's content.
abstract  ShortBuffer ByteBuffer.asShortBuffer()
          Creates a view of this byte buffer as a short buffer.
abstract  ShortBuffer ShortBuffer.compact()
          Compacts this buffer  (optional operation).
abstract  ShortBuffer ShortBuffer.duplicate()
          Creates a new short buffer that shares this buffer's content.
 ShortBuffer ShortBuffer.get(short[] dst)
          Relative bulk get method.
 ShortBuffer ShortBuffer.get(short[] dst, int offset, int length)
          Relative bulk get method.
abstract  ShortBuffer ShortBuffer.put(int index, short s)
          Absolute put method  (optional operation).
abstract  ShortBuffer ShortBuffer.put(short s)
          Relative put method  (optional operation).
 ShortBuffer ShortBuffer.put(short[] src)
          Relative bulk put method  (optional operation).
 ShortBuffer ShortBuffer.put(short[] src, int offset, int length)
          Relative bulk put method  (optional operation).
 ShortBuffer ShortBuffer.put(ShortBuffer src)
          Relative bulk put method  (optional operation).
abstract  ShortBuffer ShortBuffer.slice()
          Creates a new short buffer whose content is a shared subsequence of this buffer's content.
static ShortBuffer ShortBuffer.wrap(short[] array)
          Wraps a short array into a buffer.
static ShortBuffer ShortBuffer.wrap(short[] array, int offset, int length)
          Wraps a short array into a buffer.
 

Methods in java.nio with parameters of type ShortBuffer
Modifier and Type Method and Description
 int ShortBuffer.compareTo(ShortBuffer that)
          Compares this buffer to another.
 ShortBuffer ShortBuffer.put(ShortBuffer src)
          Relative bulk put method  (optional operation).
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.