Beispiel #1
0
 public byte[] GetByte(int size = -1, bool block = false)
 {
     return(st.GetByte(size, block));
 }