Class SMB2Error.SymbolicLinkError

    • Field Detail

      • absolute

        private boolean absolute
      • unparsedPathLength

        private int unparsedPathLength
      • substituteName

        private java.lang.String substituteName
      • printName

        private java.lang.String printName
    • Constructor Detail

      • SymbolicLinkError

        private SymbolicLinkError()
    • Method Detail

      • readOffsettedString

        private java.lang.String readOffsettedString​(SMBBuffer buffer,
                                                     int offset,
                                                     int length)
                                              throws Buffer.BufferException
        Read a string at an offset from the current position in the buffer. After reading the string the position of the buffer is reset to the position where we started.
        Parameters:
        offset - The offset to read from
        length - The length of the String to read
        Returns:
        The read String
        Throws:
        Buffer.BufferException - If the buffer underflows.
      • isAbsolute

        public boolean isAbsolute()
      • getUnparsedPathLength

        public int getUnparsedPathLength()
      • getSubstituteName

        public java.lang.String getSubstituteName()
      • getPrintName

        public java.lang.String getPrintName()