I have a source like this:
public class Main {
public static void main(String[] args) {
byte[] b = { 100, 101, 99, 120, 98 ... };
...
}
}
How can I get around the code too large
error, if I exclude the possibility of downloading a file from disk or from the Internet?