Class Handle

java.lang.Object
ghidra.pty.windows.Handle
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
PseudoConsoleHandle

public class Handle NEW extends Object implements AutoCloseable
  • Nested Class Summary

    Nested Classes
    Change
    Modifier and Type
    Class
    Description
    protected static class 
     
  • Constructor Summary

    Constructors
    Change
    Constructor
    Description
    Handle(com.sun.jna.platform.win32.WinNT.HANDLE handle)
     
  • Method Summary

    Change
    Modifier and Type
    Method
    Description
    void
     
    com.sun.jna.platform.win32.WinNT.HANDLE
     
    protected Handle.State
    newState(com.sun.jna.platform.win32.WinNT.HANDLE handle)
     

    Methods inherited from class java.lang.Object

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

    • Handle

      public Handle(com.sun.jna.platform.win32.WinNT.HANDLE handle)
  • Method Details

    • newState

      protected Handle.State newState(com.sun.jna.platform.win32.WinNT.HANDLE handle)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getNative

      public com.sun.jna.platform.win32.WinNT.HANDLE getNative()