Package 

Class ForeignBytes


  • @Structure.FieldOrder(value = {len, data}) 
    public class ForeignBytes
    extends Structure
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class ForeignBytes.ByValue
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public Integer len
      public Pointer data
    • Constructor Summary

      Constructors 
      Constructor Description
      ForeignBytes()
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.lightningdevkit.ldknode.ForeignBytes

        allocateMemory, allocateMemory, autoAllocate, autoRead, autoWrite, cacheTypeInfo, calculateSize, calculateSize, clear, conditionalAutoRead, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, fields, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFieldTypeInfo, getFieldValue, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, getTypeInfo, getTypeMapper, hashCode, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldValue, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, useMemory, write, writeField, writeField, writeField
      • Methods inherited from class java.lang.Object

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

      • ForeignBytes

        ForeignBytes()