Skip navigation links
C D F P S T W 

C

com.syntaxphoenix.syntaxapi.utils.io - package com.syntaxphoenix.syntaxapi.utils.io
 

D

Deserializer<T> - Interface in com.syntaxphoenix.syntaxapi.utils.io
Throwaway object only meant to perform one deserialization of a stream.

F

fromBytes(byte[]) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Deserializer
Deserializes an object from a byte[] using a ByteArrayInputStream.
fromCharArray(char[]) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextDeserializer
Deserializes an object from a char array using a CharArrayReader.
fromFile(File) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Deserializer
Deserializes an object from a File using a FileInputStream.
fromFile(File) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextDeserializer
 
fromReader(Reader) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextDeserializer
Deserializes an object from a Reader.
fromResource(Class<?>, String) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Deserializer
Deserializes an object from a Class and a resource path by opening a stream to the resource via the ClassLoader.
fromStream(InputStream) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Deserializer
Deserializes an object from an InputStream.
fromStream(InputStream) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextDeserializer
 
fromString(String) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextDeserializer
Deserializes an object from a String using a StringReader.
fromURL(URL) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Deserializer
Deserializes an object from a URL by opening a stream to it.

P

PrintWriter - Class in com.syntaxphoenix.syntaxapi.utils.io
 
PrintWriter(File, PrintStream) - Constructor for class com.syntaxphoenix.syntaxapi.utils.io.PrintWriter
 

S

Serializer<T> - Interface in com.syntaxphoenix.syntaxapi.utils.io
Throwaway object for writing objects to files.

T

TextDeserializer<T> - Interface in com.syntaxphoenix.syntaxapi.utils.io
Throwaway object only meant to perform one deserialization of a reader.
TextSerializer<T> - Interface in com.syntaxphoenix.syntaxapi.utils.io
 
toBytes(T, int) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Serializer
Writes the object into bytes byte[] using a ByteArrayOutputStream with set capacity.
toBytes(T) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Serializer
Writes the object into bytes byte[] using a ByteArrayOutputStream with unset capacity.
toCharArray(T) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextSerializer
Writes the object into a char array.
toFile(T, File) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Serializer
Writes the object into a File using a FileOutputStream.
toFile(T, File) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextSerializer
Writes the object into a File using an FileWriter.
toStream(T, OutputStream) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.Serializer
Writes the object into a OutputStream.
toStream(T, OutputStream) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextSerializer
Writes the object into an OutputStream using an OutputStreamWriter.
toString(T) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextSerializer
Writes the object into a String using a StringWriter.
toWriter(T, Writer) - Method in interface com.syntaxphoenix.syntaxapi.utils.io.TextSerializer
Writes the object into a Writer.

W

write(byte[]) - Method in class com.syntaxphoenix.syntaxapi.utils.io.PrintWriter
 
write(byte[], int, int) - Method in class com.syntaxphoenix.syntaxapi.utils.io.PrintWriter
 
write(int) - Method in class com.syntaxphoenix.syntaxapi.utils.io.PrintWriter
 
writeFile(boolean) - Method in class com.syntaxphoenix.syntaxapi.utils.io.PrintWriter
 
writeFile() - Method in class com.syntaxphoenix.syntaxapi.utils.io.PrintWriter
 
C D F P S T W 
Skip navigation links

Copyright © 2022. All rights reserved.