1. package util;2. public class BitUtils {3.   private static void process(byte[] b) {}4. }1. package app;2. public class SomeApp {3.   public static void main(String[] args) {4.    byte[] bytes = new byte[256];5.    /*insert code here*/6.   }7. }