Class ExternalDataInput

  • All Implemented Interfaces:
    DataInput, java.io.Closeable, java.lang.AutoCloseable

    public final class ExternalDataInput
    extends CachedDataInput
    Created by andrey on 24.07.17.
    • Nested Class Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalDataInput()  
      ExternalDataInput​(java.nio.channels.ReadableByteChannel initialLayerInputChannel, int layerSize, int layersCacheCountLimit, boolean isInHeapMem)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExternalDataInput

        public ExternalDataInput()
      • ExternalDataInput

        public ExternalDataInput​(java.nio.channels.ReadableByteChannel initialLayerInputChannel,
                                 int layerSize,
                                 int layersCacheCountLimit,
                                 boolean isInHeapMem)
                          throws java.io.IOException
        Throws:
        java.io.IOException