BinaryReader br; void f(byte a, byte b, byte c) { } // ..... f(br.ReadByte(), br.ReadByte(), br.ReadByte());