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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java202 ByteArrayOutputStream bytes = new ByteArrayOutputStream();
203 new ObjectOutputStream(bytes).writeObject(this);
204 return bytes.toByteArray();
209 * @param bytes a byte array containing the {@code Definitions} object
217 public static Definitions deserialize(byte[] bytes) argument
220 new ObjectInputStream(new ByteArrayInputStream(bytes));
/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java288 private final ByteArrayOutputStream bytes = new ByteArrayOutputStream(); field in class:Executor.SpoolHandler
291 return bytes.toByteArray();
301 bytes.write(buffer, 0, len);
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 12 milliseconds