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