Class RpcUnicodeString

    • Constructor Detail

      • RpcUnicodeString

        public RpcUnicodeString​(long length,
                                long maximumLength,
                                long pointer)
        Constructs a RPC Unicode string.
        Throws:
        IllegalArgumentException - if maximumLength is smaller than length
    • Method Detail

      • getLength

        public long getLength()
      • getMaximumLength

        public long getMaximumLength()
      • getPointer

        public long getPointer()