Exemplo n.º 1
0
 public static void CloseSync(FileDescriptor fd)
 {
 }
Exemplo n.º 2
0
 public static int WriteSync(FileDescriptor fd, Buffer buffer, int offset, int length, object position)
 {
     return(0);
 }
Exemplo n.º 3
0
 public static void Close(FileDescriptor fd, AsyncCallback callback)
 {
 }
Exemplo n.º 4
0
 public static void Write(FileDescriptor fd, Buffer buffer, int offset, int length, object position)
 {
 }
Exemplo n.º 5
0
 public static void Write(FileDescriptor fd, Buffer buffer, int offset, int length, object position, AsyncResultCallback <int, Buffer> callback)
 {
 }
Exemplo n.º 6
0
 public static void Truncate(FileDescriptor fd, int length, AsyncCallback callback)
 {
 }
Exemplo n.º 7
0
 public static void TruncateSync(FileDescriptor fd, int length)
 {
 }
Exemplo n.º 8
0
 public static void Close(FileDescriptor fd, AsyncCallback callback)
 {
 }
Exemplo n.º 9
0
 public static void CloseSync(FileDescriptor fd)
 {
 }
Exemplo n.º 10
0
 public static int WriteSync(FileDescriptor fd, Buffer buffer, int offset, int length, object position)
 {
     return 0;
 }
Exemplo n.º 11
0
 public static void Write(FileDescriptor fd, Buffer buffer, int offset, int length, object position, AsyncResultCallback<int, Buffer> callback)
 {
 }
Exemplo n.º 12
0
 public static void Write(FileDescriptor fd, Buffer buffer, int offset, int length, object position)
 {
 }
Exemplo n.º 13
0
 public static void TruncateSync(FileDescriptor fd, int length)
 {
 }
Exemplo n.º 14
0
 public static void Truncate(FileDescriptor fd, int length, AsyncCallback callback)
 {
 }