public interface ValueOutputStream
Modifier and Type | Method and Description |
---|---|
void |
end_value()
end_value方法结束任何当前打开的块,为嵌套的自定义值类型写入结束标记,并减少值类型嵌套深度。
|
void |
start_value(String rep_id)
start_value方法结束任何当前打开的块,为嵌套的自定义值类型(具有空代码库和指定的存储库ID)写入值类型头,并增加值类型嵌套深度。
|
void start_value(String rep_id)
void end_value()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.