Class SMB2Functions


  • public class SMB2Functions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte[] EMPTY_BYTES  
    • Constructor Summary

      Constructors 
      Constructor Description
      SMB2Functions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] unicode​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • EMPTY_BYTES

        private static final byte[] EMPTY_BYTES
    • Constructor Detail

      • SMB2Functions

        public SMB2Functions()
    • Method Detail

      • unicode

        public static byte[] unicode​(java.lang.String s)