public interface com.google.protobuf.ByteString$ByteIterator extends java.util.Iterator<java.lang.Byte>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.ByteString$ByteIterator
  super_class: java.lang.Object
{
  public abstract byte nextByte();
    descriptor: ()B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Byte;>;
SourceFile: "ByteString.java"
NestHost: com.google.protobuf.ByteString
InnerClasses:
  public abstract ByteIterator = com.google.protobuf.ByteString$ByteIterator of com.google.protobuf.ByteString