Class Open<S extends Share>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    DiskEntry, NamedPipe

    public class Open<S extends Share>
    extends java.lang.Object
    implements java.io.Closeable
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  Open.LockBuilder  
    • Method Summary

      Modifier and Type Method Description
      void close()  
      void closeSilently()  
      SMB2FileId getFileId()  
      Open.LockBuilder requestLock()
      3.2.4.19 Application Requests Locking of an Array of Byte Ranges
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
      • share

        protected S extends Share share
    • Method Detail

      • requestLock

        public Open.LockBuilder requestLock()
        3.2.4.19 Application Requests Locking of an Array of Byte Ranges
        Returns:
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • closeSilently

        public void closeSilently()