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