Class WinPipe

java.lang.Object
javaforce.net.WinPipe

public class WinPipe extends Object
Windows Pipes (JNI or FFM)
Author:
pquiring
  • Constructor Details

    • WinPipe

      public WinPipe()
  • Method Details

    • pipeCreate

      public long pipeCreate(String name, boolean first)
    • pipeClose

      public void pipeClose(long ctx)
    • pipeRead

      public int pipeRead(long ctx, byte[] buf, int offset, int length)
    • pipeWrite

      public int pipeWrite(String name, byte[] buf, int offset, int length)