public interface SerializationProvider
default CompactDFA<?> readNativeDFA(URL url) throws IOException
IOExceptiondefault CompactDFA<?> readNativeDFA(File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptiondefault CompactDFA<?> readNativeDFA(byte[] buf) throws IOException
IOExceptiondefault CompactDFA<?> readNativeDFA(InputStream is) throws IOException
IOExceptiondefault CompactDFA<Integer> readGenericDFA(URL url) throws IOException
IOExceptiondefault CompactDFA<Integer> readGenericDFA(File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptiondefault CompactDFA<Integer> readGenericDFA(byte[] buf) throws IOException
IOExceptionCompactDFA<Integer> readGenericDFA(InputStream is) throws IOException
IOExceptiondefault <I> CompactDFA<I> readCustomDFA(URL url, Alphabet<I> alphabet) throws IOException
IOExceptiondefault <I> CompactDFA<I> readCustomDFA(File f, Alphabet<I> alphabet) throws IOException
IOExceptiondefault <I> CompactDFA<I> readCustomDFA(byte[] buf, Alphabet<I> alphabet) throws IOException
IOExceptiondefault <I> CompactDFA<I> readCustomDFA(InputStream is, Alphabet<I> alphabet) throws IOException
IOException<I> void writeDFA(DFA<?,I> dfa, Alphabet<I> alphabet, OutputStream os) throws IOException
IOExceptiondefault <I> void writeDFA(DFA<?,I> dfa, Alphabet<I> alphabet, File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptiondefault <I> byte[] encodeDFA(DFA<?,I> dfa, Alphabet<I> alphabet) throws IOException
IOExceptiondefault CompactNFA<?> readNativeNFA(URL url) throws IOException
IOExceptiondefault CompactNFA<?> readNativeNFA(File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptiondefault CompactNFA<?> readNativeNFA(byte[] buf) throws IOException
IOExceptiondefault CompactNFA<?> readNativeNFA(InputStream is) throws IOException
IOExceptiondefault CompactNFA<Integer> readGenericNFA(URL url) throws IOException
IOExceptiondefault CompactNFA<Integer> readGenericNFA(File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptiondefault CompactNFA<Integer> readGenericNFA(byte[] buf) throws IOException
IOExceptionCompactNFA<Integer> readGenericNFA(InputStream is) throws IOException
IOExceptiondefault <I> CompactNFA<I> readCustomNFA(URL url, Alphabet<I> alphabet) throws IOException
IOExceptiondefault <I> CompactNFA<I> readCustomNFA(File f, Alphabet<I> alphabet) throws IOException
IOExceptiondefault <I> CompactNFA<I> readCustomNFA(byte[] buf, Alphabet<I> alphabet) throws IOException
IOExceptiondefault <I> CompactNFA<I> readCustomNFA(InputStream is, Alphabet<I> alphabet) throws IOException
IOException<I> void writeNFA(NFA<?,I> nfa, Alphabet<I> alphabet, OutputStream os) throws IOException
IOExceptiondefault <I> void writeNFA(NFA<?,I> nfa, Alphabet<I> alphabet, File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptiondefault <I> byte[] encodeNFA(NFA<?,I> nfa, Alphabet<I> alphabet) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.