(DataOutputStream os)
| 1015 | |
| 1016 | |
| 1017 | protected void writeHeader(DataOutputStream os) throws IOException { |
| 1018 | os.writeInt(value); |
| 1019 | os.writeInt(height); |
| 1020 | os.writeInt(width); |
| 1021 | os.writeInt(setWidth); |
| 1022 | os.writeInt(topExtent); |
| 1023 | os.writeInt(leftExtent); |
| 1024 | os.writeInt(0); // padding |
| 1025 | } |
| 1026 | |
| 1027 | |
| 1028 | protected void readBitmap(DataInputStream is) throws IOException { |