Package net.zemberek.istatistik
Class BinaryIstatistikOkuyucu
- java.lang.Object
-
- net.zemberek.istatistik.BinaryIstatistikOkuyucu
-
public class BinaryIstatistikOkuyucu extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.FileInputStream
is
-
Constructor Summary
Constructors Constructor Description BinaryIstatistikOkuyucu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(java.lang.String fileName)
void
oku(Sozluk sozluk)
-
-
-
Method Detail
-
initialize
public void initialize(java.lang.String fileName) throws java.io.IOException
- Throws:
java.io.IOException
-
oku
public void oku(Sozluk sozluk) throws java.io.IOException
- Throws:
java.io.IOException
-
-