public interface ValueInputStream 
      | Modifier and Type | Method and Description | 
|---|---|
| void | end_value()
              end_value方法读取嵌套自定义值类型的结束标记(在跳过结束标记之前的任何数据之后),并递减值类型嵌套深度。 
             | 
| void | start_value()
              start_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.