public bool SetKeepLink(byte[] data, int offset, int count, IPack pack) { byte[] packData = pack.Pack(data, offset, count); return func.SetKeepLink(packData, 0, packData.Length); }
public bool SetKeepLink(byte[] data, int offset, int count, IPack pack) { byte[] buff = pack.Pack(data, offset, count); return func.SetKeepLink(buff, 0, buff.Length); }
public bool SetKeepLink(byte[] data, int offset, int count, IPack pack) { byte[] buff = pack.Pack(data, offset, count); return(func.SetKeepLink(buff, 0, buff.Length)); }
public bool SetKeepLink(byte[] data, int offset, int count, IPack pack) { byte[] packData = pack.Pack(data, offset, count); return(func.SetKeepLink(packData, 0, packData.Length)); }