namespace XGame.Framework.Network { public interface IBytesReader { void Read(byte[] bytes, int offset, int length); void Reset(); } }