메소드 | 설명 | |
---|---|---|
BeginRead ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
BeginWrite ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
CopyToAsync ( Stream destination, int bufferSize, CancellationToken cancellationToken ) : Task | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
FlushAsync ( CancellationToken cancellationToken ) : Task | ||
GZipStream ( System stream, System compressionLevel ) | ||
GZipStream ( System stream, System compressionLevel, bool leaveOpen ) | ||
GZipStream ( Stream stream, CompressionLevel compressionLevel ) : System.IO | ||
GZipStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.IO | ||
GZipStream ( Stream stream, CompressionMode mode ) : System.IO | ||
GZipStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.IO | ||
Read ( byte array, int offset, int count ) : int | ||
ReadAsync ( byte array, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task |
||
ReadAsync ( byte array, int offset, int count, CancellationToken cancellationToken ) : Task |
||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte array, int offset, int count ) : void | ||
WriteAsync ( byte array, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task | ||
WriteAsync ( byte array, int offset, int count, CancellationToken cancellationToken ) : Task |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
CheckDeflateStream ( ) : void | ||
ThrowStreamClosedException ( ) : void |
public BeginRead ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
array | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | object | |
리턴 | IAsyncResult |
public BeginWrite ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
array | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | object | |
리턴 | IAsyncResult |
public CopyToAsync ( Stream destination, int bufferSize, CancellationToken cancellationToken ) : Task | ||
destination | Stream | |
bufferSize | int | |
cancellationToken | CancellationToken | |
리턴 | Task |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public FlushAsync ( CancellationToken cancellationToken ) : Task | ||
cancellationToken | CancellationToken | |
리턴 | Task |
public GZipStream ( System stream, System compressionLevel ) | ||
stream | System | |
compressionLevel | System |
public GZipStream ( System stream, System compressionLevel, bool leaveOpen ) | ||
stream | System | |
compressionLevel | System | |
leaveOpen | bool |
public GZipStream ( Stream stream, CompressionLevel compressionLevel ) : System.IO | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
리턴 | System.IO |
public GZipStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.IO | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
leaveOpen | bool | |
리턴 | System.IO |
public GZipStream ( Stream stream, CompressionMode mode ) : System.IO | ||
stream | Stream | |
mode | CompressionMode | |
리턴 | System.IO |
public GZipStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.IO | ||
stream | Stream | |
mode | CompressionMode | |
leaveOpen | bool | |
리턴 | System.IO |
public Read ( byte array, int offset, int count ) : int | ||
array | byte | |
offset | int | |
count | int | |
리턴 | int |
public ReadAsync ( byte array, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | System | |
리턴 | System.Threading.Tasks.Task |
public ReadAsync ( byte array, int offset, int count, CancellationToken cancellationToken ) : Task |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
리턴 | Task |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
리턴 | long |
public Write ( byte array, int offset, int count ) : void | ||
array | byte | |
offset | int | |
count | int | |
리턴 | void |
public WriteAsync ( byte array, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task | ||
array | byte | |
offset | int | |
count | int | |
cancellationToken | System | |
리턴 | System.Threading.Tasks.Task |
public WriteAsync ( byte array, int offset, int count, CancellationToken cancellationToken ) : Task | ||
array | byte | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
리턴 | Task |