aboutsummaryrefslogtreecommitdiffstats
path: root/java/README.txt
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2010-10-06 10:00:08 -0700
committerWink Saville <wink@google.com>2010-10-06 10:00:08 -0700
commit3574de1ca8301e1e13d1c89f2e2a902499d6bae9 (patch)
treef6bbd9e833f3c9fb28dccdde3c34a9d5868dcc4d /java/README.txt
parentb854f4d90094e0e0b3b63b199fd9c26279d77245 (diff)
downloadexternal_protobuf-3574de1ca8301e1e13d1c89f2e2a902499d6bae9.zip
external_protobuf-3574de1ca8301e1e13d1c89f2e2a902499d6bae9.tar.gz
external_protobuf-3574de1ca8301e1e13d1c89f2e2a902499d6bae9.tar.bz2
Remove vestigial references to StringUtf8Micro.
Change-Id: Ica75231b03de4768c671bf046b92bd7630ecd5c8
Diffstat (limited to 'java/README.txt')
-rw-r--r--java/README.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/README.txt b/java/README.txt
index 4a2839a..8972792 100644
--- a/java/README.txt
+++ b/java/README.txt
@@ -110,7 +110,6 @@ CodedInputStreamMicro.java
CodedOutputStreamMicro.java
InvalidProtocolBufferException.java
MessageMicro.java
-StringUtf8Micro.java
WireFormatMicro.java
If you wish to change on the code generator it is located
@@ -133,9 +132,9 @@ java_outer_classname -> <file-name>|<package-name>
opt:
This change the code generation to optimize for speed,
opt=speed, or space, opt=space. When opt=speed this
- changes the code generation for strings to use
- StringUtf8Micro which eliminates multiple conversions
- of the string to utf8. The default value is opt=space.
+ changes the code generation for strings so that multiple
+ conversions to Utf8 are eliminated. The default value
+ is opt=space.
java_use_vector:
Is a boolean flag either java_use_vector=true or