java.lang.Object
javafx.css.StyleConverter.StringStore
- Enclosing class:
- StyleConverter<F,- T> 
The StringStore class.
- Since:
- 9
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintAdds given string to theStringStore.static String[]Read the StringStore strings from a givenDataInputStream.voidWrites theStringStorestrings to a givenDataOutputStream.
- 
Field Details- 
stringsList of strings of thisStringStore.
 
- 
- 
Constructor Details- 
StringStorepublic StringStore()Creates aStringStore.
 
- 
- 
Method Details- 
addStringAdds given string to theStringStore.- Parameters:
- s- string to be added to the- StringStore
- Returns:
- index at which the given string gets added
 
- 
writeBinaryWrites theStringStorestrings to a givenDataOutputStream.- Parameters:
- os-- DataOutputStreamwhere the StringStore strings need to be written
- Throws:
- IOException- if writing to- DataOutputStreamfails
 
- 
readBinaryRead the StringStore strings from a givenDataInputStream.- Parameters:
- is-- DataInputStreamfrom where StringStore strings need to be read from
- Returns:
- a Stringarray constructed by readingDataInputStream
- Throws:
- IOException- if reading from- DataInputStreamfails
 
 
-