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

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

public interface ByteStorageSupport<T extends Number>


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

Method Detail

getBytesAllocated

int getBytesAllocated()

buldFromBytes

T buldFromBytes(byte[] bytes)

getByteArray

byte[] getByteArray(T value)

getStorageClazz

Class<?> getStorageClazz()


Copyright © 2006–2014 GeoSolutions. All rights reserved.