메소드 | 설명 | |
---|---|---|
DirectLargeObjectChannel ( |
||
Dispose ( ) : void | ||
PushData ( long offset, byte buffer, int length ) : void | ||
ReadData ( long offset, int length ) : byte[] |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public DirectLargeObjectChannel ( |
||
connector | ||
obj | ILargeObject | |
리턴 | System |
public PushData ( long offset, byte buffer, int length ) : void | ||
offset | long | |
buffer | byte | |
length | int | |
리턴 | void |
public ReadData ( long offset, int length ) : byte[] | ||
offset | long | |
length | int | |
리턴 | byte[] |