예제 #1
0
            public Options()
            {
                Length = -1;

                Output = new DefaultHexOutput();
                Files  = new List <string>();
            }
예제 #2
0
파일: HexDump.cs 프로젝트: ethomson/hexdump
            public Options()
            {
                Length = -1;

                Output = new DefaultHexOutput();
                Files = new List<string>();
            }