Lines Matching defs:bout

177     private final BlockDataOutputStream bout;
242 bout = new BlockDataOutputStream(out);
247 bout.setBlockDataMode(true);
276 bout = null;
438 bout.setBlockDataMode(false);
440 bout.setBlockDataMode(true);
478 bout.setBlockDataMode(false);
480 bout.setBlockDataMode(true);
497 bout.setBlockDataMode(false);
498 bout.writeByte(TC_RESET);
500 bout.setBlockDataMode(true);
633 bout.writeShort(STREAM_MAGIC);
634 bout.writeShort(STREAM_VERSION);
676 bout.write(val);
687 bout.write(buf, 0, buf.length, false);
706 bout.write(buf, off, len, false);
716 bout.flush();
727 bout.drain();
739 bout.close();
750 bout.writeBoolean(val);
761 bout.writeByte(val);
772 bout.writeShort(val);
783 bout.writeChar(val);
794 bout.writeInt(val);
805 bout.writeLong(val);
816 bout.writeFloat(val);
827 bout.writeDouble(val);
838 bout.writeBytes(str);
849 bout.writeChars(str);
866 bout.writeUTF(str);
1105 boolean oldMode = bout.setBlockDataMode(false);
1186 bout.setBlockDataMode(oldMode);
1194 bout.writeByte(TC_NULL);
1201 bout.writeByte(TC_REFERENCE);
1202 bout.writeInt(baseWireHandle + handle);
1209 bout.writeByte(TC_CLASS);
1244 bout.writeByte(TC_PROXYCLASSDESC);
1249 bout.writeInt(ifaces.length);
1251 bout.writeUTF(ifaces[i].getName());
1254 bout.setBlockDataMode(true);
1259 bout.setBlockDataMode(false);
1260 bout.writeByte(TC_ENDBLOCKDATA);
1272 bout.writeByte(TC_CLASSDESC);
1283 bout.setBlockDataMode(true);
1288 bout.setBlockDataMode(false);
1289 bout.writeByte(TC_ENDBLOCKDATA);
1300 long utflen = bout.getUTFLength(str);
1302 bout.writeByte(TC_STRING);
1303 bout.writeUTF(str, utflen);
1305 bout.writeByte(TC_LONGSTRING);
1306 bout.writeLongUTF(str, utflen);
1318 bout.writeByte(TC_ARRAY);
1326 bout.writeInt(ia.length);
1327 bout.writeInts(ia, 0, ia.length);
1330 bout.writeInt(ba.length);
1331 bout.write(ba, 0, ba.length, true);
1334 bout.writeInt(ja.length);
1335 bout.writeLongs(ja, 0, ja.length);
1338 bout.writeInt(fa.length);
1339 bout.writeFloats(fa, 0, fa.length);
1342 bout.writeInt(da.length);
1343 bout.writeDoubles(da, 0, da.length);
1346 bout.writeInt(sa.length);
1347 bout.writeShorts(sa, 0, sa.length);
1350 bout.writeInt(ca.length);
1351 bout.writeChars(ca, 0, ca.length);
1354 bout.writeInt(za.length);
1355 bout.writeBooleans(za, 0, za.length);
1362 bout.writeInt(len);
1398 bout.writeByte(TC_ENUM);
1423 bout.writeByte(TC_OBJECT);
1455 bout.setBlockDataMode(true);
1457 bout.setBlockDataMode(false);
1458 bout.writeByte(TC_ENDBLOCKDATA);
1492 bout.setBlockDataMode(true);
1494 bout.setBlockDataMode(false);
1495 bout.writeByte(TC_ENDBLOCKDATA);
1527 bout.write(primVals, 0, primDataSize, false);
1567 boolean oldMode = bout.setBlockDataMode(false);
1569 bout.writeByte(TC_EXCEPTION);
1573 bout.setBlockDataMode(oldMode);
1688 bout.write(primVals, 0, primVals.length, false);