C# Class Codaxy.Common.IO.StreamUtil

Afficher le fichier Open project: codaxy/common

Méthodes publiques

Méthode Description
Copy ( Stream input, Stream output ) : void
CopyFrom ( this output, Stream input ) : void
CopyFromFile ( this output, String inputFilePath ) : void
CopyTo ( this input, Stream output ) : void
ReadToEnd ( this input ) : byte[]

Method Details

Copy() public static méthode

public static Copy ( Stream input, Stream output ) : void
input Stream
output Stream
Résultat void

CopyFrom() public static méthode

public static CopyFrom ( this output, Stream input ) : void
output this
input Stream
Résultat void

CopyFromFile() public static méthode

public static CopyFromFile ( this output, String inputFilePath ) : void
output this
inputFilePath String
Résultat void

CopyTo() public static méthode

public static CopyTo ( this input, Stream output ) : void
input this
output Stream
Résultat void

ReadToEnd() public static méthode

public static ReadToEnd ( this input ) : byte[]
input this
Résultat byte[]