org.rococoa.cocoa.iokit
Interface IOKitLibrary.IOStreamMode

Enclosing interface:
IOKitLibrary

public static interface IOKitLibrary.IOStreamMode


Field Summary
static int kIOStreamModeInput
           
static int kIOStreamModeInputOutput
           
static int kIOStreamModeOutput
           
 

Field Detail

kIOStreamModeInput

static final int kIOStreamModeInput
See Also:
Constant Field Values

kIOStreamModeOutput

static final int kIOStreamModeOutput
See Also:
Constant Field Values

kIOStreamModeInputOutput

static final int kIOStreamModeInputOutput
See Also:
Constant Field Values