rice.p2p.commonapi.rawserialization
Interface OutputBuffer
- All Known Subinterfaces:
- SizeCheckOutputBuffer
- All Known Implementing Classes:
- DirectSizeChecker, FileOutputBuffer, RandomAccessFileIOBuffer, SimpleOutputBuffer, SizeChecker
public interface OutputBuffer
write
void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
writeBoolean
void writeBoolean(boolean v)
throws IOException
- Throws:
IOException
writeByte
void writeByte(byte v)
throws IOException
- Throws:
IOException
writeChar
void writeChar(char v)
throws IOException
- Throws:
IOException
writeDouble
void writeDouble(double v)
throws IOException
- Throws:
IOException
writeFloat
void writeFloat(float v)
throws IOException
- Throws:
IOException
writeInt
void writeInt(int v)
throws IOException
- Throws:
IOException
writeLong
void writeLong(long v)
throws IOException
- Throws:
IOException
writeShort
void writeShort(short v)
throws IOException
- Throws:
IOException
writeUTF
void writeUTF(String str)
throws IOException
- Throws:
IOException
bytesRemaining
int bytesRemaining()
Copyright © 2010. All Rights Reserved.