Class FileIOStream.FileIOStreamClass

All Implemented Interfaces:
Proxy
Enclosing class:
FileIOStream

public static class FileIOStream.FileIOStreamClass extends IOStream.IOStreamClass
Since:
2.22
  • Constructor Details

    • FileIOStreamClass

      public FileIOStreamClass(MemorySegment address)
      Create a FileIOStreamClass 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
    • overrideCanTruncate

      public void overrideCanTruncate(Arena arena, @Nullable Method method)
      Override virtual method can_truncate.
      Parameters:
      method - the method to invoke
    • overrideTruncateFn

      public void overrideTruncateFn(Arena arena, @Nullable Method method)
      Override virtual method truncate_fn.
      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
    • overrideGetEtag

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