Class FileInputStream.FileInputStreamClass

All Implemented Interfaces:
Proxy
Enclosing class:
FileInputStream

public static class FileInputStream.FileInputStreamClass extends InputStream.InputStreamClass
  • Constructor Details

    • FileInputStreamClass

      public FileInputStreamClass(MemorySegment address)
      Create a FileInputStreamClass proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideTell

      public void overrideTell(Arena arena, @Nullable Method method)
      Override virtual method tell.
      Parameters:
      method - the method to invoke
    • overrideCanSeek

      public void overrideCanSeek(Arena arena, @Nullable Method method)
      Override virtual method can_seek.
      Parameters:
      method - the method to invoke
    • overrideSeek

      public void overrideSeek(Arena arena, @Nullable Method method)
      Override virtual method seek.
      Parameters:
      method - the method to invoke
    • overrideQueryInfo

      public void overrideQueryInfo(Arena arena, @Nullable Method method)
      Override virtual method query_info.
      Parameters:
      method - the method to invoke
    • overrideQueryInfoAsync

      public void overrideQueryInfoAsync(Arena arena, @Nullable Method method)
      Override virtual method query_info_async.
      Parameters:
      method - the method to invoke
    • overrideQueryInfoFinish

      public void overrideQueryInfoFinish(Arena arena, @Nullable Method method)
      Override virtual method query_info_finish.
      Parameters:
      method - the method to invoke