Searched defs:bytes (Results 1 - 3 of 3) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java195 ByteArrayOutputStream bytes = new ByteArrayOutputStream();
196 new ObjectOutputStream(bytes).writeObject(this);
197 return bytes.toByteArray();
202 * @param bytes a byte array containing the {@code Definitions} object
210 public static Definitions deserialize(byte[] bytes) argument
213 new ObjectInputStream(new ByteArrayInputStream(bytes));
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java286 private final ByteArrayOutputStream bytes = new ByteArrayOutputStream(); field in class:Executor.SpoolHandler
289 return bytes.toByteArray();
299 bytes.write(buffer, 0, len);
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 17 milliseconds