C# Class fastCSharp.unsafer.stream

流扩展操作(非安全,请自行确保数据可靠性)
显示文件 Open project: iLanceS/fastCSharp

Public Methods

Method Description
WirteIntZore ( Stream stream ) : void

数据流写入32位整数0

Method Details

WirteIntZore() public static method

数据流写入32位整数0
public static WirteIntZore ( Stream stream ) : void
stream Stream 数据流
return void