gov.nasa.worldwind.util
Class BufferWrapper.IntArrayWrapper
java.lang.Object
gov.nasa.worldwind.util.BufferWrapper
gov.nasa.worldwind.util.BufferWrapper.IntArrayWrapper
- Enclosing class:
- BufferWrapper
public static class BufferWrapper.IntArrayWrapper
- extends BufferWrapper
|
Method Summary |
double |
getDouble(int index)
|
BufferWrapper |
getDouble(int index,
double[] dest,
int destPos,
int length)
|
int |
getInt(int index)
|
BufferWrapper |
getInt(int index,
int[] dest,
int destPos,
int length)
|
long |
getSizeInBytes()
|
int |
length()
|
BufferWrapper |
putDouble(int index,
double value)
|
BufferWrapper |
putDouble(int index,
double[] src,
int srcPos,
int length)
|
BufferWrapper |
putInt(int index,
int value)
|
BufferWrapper |
putInt(int index,
int[] src,
int srcPos,
int length)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferWrapper.IntArrayWrapper
public BufferWrapper.IntArrayWrapper(int[] source,
int length)
getDouble
public double getDouble(int index)
- Specified by:
getDouble in class BufferWrapper
getDouble
public BufferWrapper getDouble(int index,
double[] dest,
int destPos,
int length)
- Specified by:
getDouble in class BufferWrapper
getInt
public int getInt(int index)
- Specified by:
getInt in class BufferWrapper
getInt
public BufferWrapper getInt(int index,
int[] dest,
int destPos,
int length)
- Specified by:
getInt in class BufferWrapper
getSizeInBytes
public long getSizeInBytes()
- Specified by:
getSizeInBytes in class BufferWrapper
length
public int length()
- Specified by:
length in class BufferWrapper
putDouble
public BufferWrapper putDouble(int index,
double value)
- Specified by:
putDouble in class BufferWrapper
putDouble
public BufferWrapper putDouble(int index,
double[] src,
int srcPos,
int length)
- Specified by:
putDouble in class BufferWrapper
putInt
public BufferWrapper putInt(int index,
int value)
- Specified by:
putInt in class BufferWrapper
putInt
public BufferWrapper putInt(int index,
int[] src,
int srcPos,
int length)
- Specified by:
putInt in class BufferWrapper