Interface WinLibCAdapter.LibMSVCRT

Enclosing class:
WinLibCAdapter

public static interface WinLibCAdapter.LibMSVCRT
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    _close(int fd)
     
    int
    _pipe(int[] fds)
     
    int
    _read(int fd, byte[] data, long size)
     
    int
    _read(int fd, ByteBuffer data, long size)
     
    _strerror(int error)
     
    int
    _write(int fd, byte[] data, long size)
     
    int
    _write(int fd, ByteBuffer data, long size)
     
  • Method Details

    • _close

      int _close(int fd)
    • _read

      int _read(int fd, ByteBuffer data, long size)
    • _read

      int _read(int fd, byte[] data, long size)
    • _write

      int _write(int fd, ByteBuffer data, long size)
    • _write

      int _write(int fd, byte[] data, long size)
    • _pipe

      int _pipe(int[] fds)
    • _strerror

      String _strerror(int error)