- java.lang.Object
-
- javafx.css.StyleConverter.StringStore
-
- Вложенный класс:
- StyleConverter<F,T>
public static class StyleConverter.StringStore extends Object
Класс StringStore- С момента:
- 9
-
Краткое описание конструкторов
Конструкторы Конструктор Описание StringStore()
-
Краткое описание методов
Все методыСтатические методыМетоды экземпляраКонкретные методы Модификатор и тип Метод Описание intaddString(String s)static String[]readBinary(DataInputStream is)voidwriteBinary(DataOutputStream os)
-
Подробное описание конструкторов
-
StringStore
public StringStore()
-
-
Подробное описание методов
-
addString
public int addString(String s)
-
writeBinary
public void writeBinary(DataOutputStream os) throws IOException
- Исключение:
IOException
-
readBinary
public static String[] readBinary(DataInputStream is) throws IOException
- Исключение:
IOException
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.