com.google.code.proto.streamio.ByteOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gpb-stream-reader-writer Show documentation
Show all versions of gpb-stream-reader-writer Show documentation
A package to read and write Google Protocol Buffer messages to and from Input and Output Streams
package com.google.code.proto.streamio;
/**
*
* @author nichole
*/
public enum ByteOption {
SIGNED, UNSIGNED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy