| |
|
| java.lang.Object org.apache.commons.vfs.provider.ram.RamFileRandomAccessContent
RamFileRandomAccessContent | public class RamFileRandomAccessContent implements RandomAccessContent(Code) | | RAM File Random Access Content
|
filePointer | protected int filePointer(Code) | | File Pointer
|
toBytes | public static byte[] toBytes(long n, byte[] b)(Code) | | Build a 8-byte array from a long. No check is performed on the array
length.
author: Commons-Id Team Parameters: n - The number to convert. Parameters: b - The array to fill. A byte[]. |
toLong | public static long toLong(byte[] b)(Code) | | Build a long from first 8 bytes of the array.
author: Apache-Commons-Id Team Parameters: b - The byte[] to convert. A long. |
toShort | public static short toShort(byte[] b)(Code) | | Build a short from first 2 bytes of the array.
author: Apache-Commons-Id Team Parameters: b - The byte[] to convert. A short. |
toUnsignedShort | public static int toUnsignedShort(byte[] b)(Code) | | Build a short from first 2 bytes of the array.
author: Apache-Commons-Id Team Parameters: b - The byte[] to convert. A short. |
|
|
|