This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.github.lachlan.xml.splitter; | |
| public class Main { | |
| public static final int BUFFER_SIZE = 8192; | |
| public static void main(String[] args) { | |
| Main main = new Main(); | |
| if (args.length < 2) { | |
| System.out.println("Usage: "); |