コード例 #1
0
ファイル: StreamUtils.cs プロジェクト: slagusev/AndEngine.net
 /*
  * public static byte[] streamToBytes(InputStream input)
  *  // throws IOException
  * {
  *  return StreamUtils.streamToBytes(input, -1);
  * }
  */
 public static byte[] StreamToBytes(System.IO.Stream input)
 {
     return(StreamUtils.StreamToBytes(input, -1));
 }