Lines Matching defs:bout

178     private final BlockDataOutputStream bout;
243 bout = new BlockDataOutputStream(out);
248 bout.setBlockDataMode(true);
278 bout = null;
441 bout.setBlockDataMode(false);
443 bout.setBlockDataMode(true);
482 bout.setBlockDataMode(false);
484 bout.setBlockDataMode(true);
501 bout.setBlockDataMode(false);
502 bout.writeByte(TC_RESET);
504 bout.setBlockDataMode(true);
639 bout.writeShort(STREAM_MAGIC);
640 bout.writeShort(STREAM_VERSION);
682 bout.write(val);
693 bout.write(buf, 0, buf.length, false);
712 bout.write(buf, off, len, false);
722 bout.flush();
733 bout.drain();
745 bout.close();
756 bout.writeBoolean(val);
767 bout.writeByte(val);
778 bout.writeShort(val);
789 bout.writeChar(val);
800 bout.writeInt(val);
811 bout.writeLong(val);
822 bout.writeFloat(val);
833 bout.writeDouble(val);
844 bout.writeBytes(str);
855 bout.writeChars(str);
872 bout.writeUTF(str);
1109 boolean oldMode = bout.setBlockDataMode(false);
1190 bout.setBlockDataMode(oldMode);
1198 bout.writeByte(TC_NULL);
1205 bout.writeByte(TC_REFERENCE);
1206 bout.writeInt(baseWireHandle + handle);
1213 bout.writeByte(TC_CLASS);
1248 bout.writeByte(TC_PROXYCLASSDESC);
1253 bout.writeInt(ifaces.length);
1255 bout.writeUTF(ifaces[i].getName());
1258 bout.setBlockDataMode(true);
1263 bout.setBlockDataMode(false);
1264 bout.writeByte(TC_ENDBLOCKDATA);
1276 bout.writeByte(TC_CLASSDESC);
1287 bout.setBlockDataMode(true);
1292 bout.setBlockDataMode(false);
1293 bout.writeByte(TC_ENDBLOCKDATA);
1304 long utflen = bout.getUTFLength(str);
1306 bout.writeByte(TC_STRING);
1307 bout.writeUTF(str, utflen);
1309 bout.writeByte(TC_LONGSTRING);
1310 bout.writeLongUTF(str, utflen);
1322 bout.writeByte(TC_ARRAY);
1330 bout.writeInt(ia.length);
1331 bout.writeInts(ia, 0, ia.length);
1334 bout.writeInt(ba.length);
1335 bout.write(ba, 0, ba.length, true);
1338 bout.writeInt(ja.length);
1339 bout.writeLongs(ja, 0, ja.length);
1342 bout.writeInt(fa.length);
1343 bout.writeFloats(fa, 0, fa.length);
1346 bout.writeInt(da.length);
1347 bout.writeDoubles(da, 0, da.length);
1350 bout.writeInt(sa.length);
1351 bout.writeShorts(sa, 0, sa.length);
1354 bout.writeInt(ca.length);
1355 bout.writeChars(ca, 0, ca.length);
1358 bout.writeInt(za.length);
1359 bout.writeBooleans(za, 0, za.length);
1366 bout.writeInt(len);
1402 bout.writeByte(TC_ENUM);
1427 bout.writeByte(TC_OBJECT);
1459 bout.setBlockDataMode(true);
1461 bout.setBlockDataMode(false);
1462 bout.writeByte(TC_ENDBLOCKDATA);
1496 bout.setBlockDataMode(true);
1498 bout.setBlockDataMode(false);
1499 bout.writeByte(TC_ENDBLOCKDATA);
1536 bout.write(primVals, 0, primDataSize, false);
1580 boolean oldMode = bout.setBlockDataMode(false);
1582 bout.writeByte(TC_EXCEPTION);
1586 bout.setBlockDataMode(oldMode);
1701 bout.write(primVals, 0, primVals.length, false);