public static class LayerNamesDecoder
                    implements Iterable<LayerNamesDecoder>, java.util.Iterator<LayerNamesDecoder> {
        private static final int HEADER_SIZE = 4;
        private final GroupSizeEncodingDecoder dimensions = new GroupSizeEncodingDecoder();
        private UpdateDecoder parentMessage;