Package clickDetector
Interface WriteWinFile
- All Known Implementing Classes:
WindowsBuffer
,WindowsFile
public interface WriteWinFile
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeByte
(int b) void
writeWinDouble
(double val) void
writeWinFloat
(float val) void
writeWinInt
(int val) void
writeWinLong
(long longValue) void
writeWinShort
(int val)
-
Method Details
-
writeByte
- Throws:
IOException
-
writeWinInt
- Throws:
IOException
-
writeWinShort
- Throws:
IOException
-
writeWinFloat
- Throws:
IOException
-
writeWinDouble
- Throws:
IOException
-
writeWinLong
- Throws:
IOException
-