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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DScanner.java139 //data.fileBytes = new byte [stream.available ()];
140 //stream.read (data.fileBytes);
145 // <d41679> data.fileBytes = new char [len];
147 data.fileBytes = new char [len + EOL.length ()];
149 fileReader.read (data.fileBytes, 0, len);
154 data.fileBytes[len + i] = EOL.charAt (i);
437 // <f49747.1> data.fileBytes = string.getBytes (); <ajb>
439 data.fileBytes = new char[strLen];
440 string.getChars (0, strLen, data.fileBytes, 0);
490 if (data.fileIndex >= data.fileBytes
1607 char[] fileBytes = null; field in class:ScannerData
[all...]

Completed in 36 milliseconds