JMatIO
0.2

com.jmatio.types
Interface ByteStorageSupport<T extends java.lang.Number>

All Known Implementing Classes:
MLDouble, MLInt64, MLInt8, MLNumericArray, MLSparse, MLUInt64, MLUInt8

public interface ByteStorageSupport<T extends java.lang.Number>


Method Summary
 T buldFromBytes(byte[] bytes)
           
 byte[] getByteArray(T value)
           
 int getBytesAllocated()
           
 java.lang.Class<?> getStorageClazz()
           
 

Method Detail

getBytesAllocated

int getBytesAllocated()

buldFromBytes

T buldFromBytes(byte[] bytes)

getByteArray

byte[] getByteArray(T value)

getStorageClazz

java.lang.Class<?> getStorageClazz()

JMatIO
0.2

Copyright © 2007 Wojciech Gradkowski. All Rights Reserved.