Uses of Class
org.insa.graphs.model.io.BadMagicNumberException
-
Packages that use BadMagicNumberException Package Description org.insa.graphs.model.io -
-
Uses of BadMagicNumberException in org.insa.graphs.model.io
Methods in org.insa.graphs.model.io that throw BadMagicNumberException Modifier and Type Method Description protected void
BinaryReader. checkMagicNumberOrThrow(int magicNumber)
Check if the given number matches the expected magic number.
-