Class TorchStorage

java.lang.Object
Direct Known Subclasses:
TorchByteStorage, TorchCharStorage, TorchDoubleStorage, TorchFloatStorage, TorchLongStorage

public abstract class TorchStorage
extends TorchReferenceable
  • Field Summary

    Fields inherited from class deepboof.io.torch7.struct.TorchReferenceable

    index, torchName, version
  • Constructor Summary

    Constructors 
    Constructor Description
    TorchStorage()  
  • Method Summary

    Modifier and Type Method Description
    abstract java.lang.Object getDataObject()  
    abstract void printSummary()  
    abstract int size()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • size

      public abstract int size()
    • getDataObject

      public abstract java.lang.Object getDataObject()
    • printSummary

      public abstract void printSummary()