Searched refs:getContents (Results 1 – 13 of 13) sorted by relevance
47 public InputStream getContents() throws StreamException { in getContents() method in IFileWrapper49 return mFile.getContents(); in getContents()
59 public InputStream getContents() throws CoreException { in getContents() method in FileStorage
37 byte[] compressed = glMsg.getFb().getContents(0).toByteArray(); in getImageData()
1835 public com.google.protobuf.ByteString getContents(int index) { in getContents() method in GLProtoBuf.GLMessage.FrameBuffer2136 public com.google.protobuf.ByteString getContents(int index) { in getContents() method in GLProtoBuf.GLMessage.FrameBuffer.Builder2137 return result.getContents(index); in getContents()
67 final String data = (String) mClipboard.getContents(TextTransfer.getInstance()); in run()
179 getParser().parse(file.getContents(), reporter); in checkXML()
779 addFile(file.getContents(), file.getLocalTimeStamp(), path.toString()); in addFile()
264 final SimpleElement[] pasted = (SimpleElement[]) mClipboard.getContents(sxt); in pasteSelection()
1122 String code = context.getContents(); in parseJava()1161 Source source = new Source(context.getContents(), context.file.getName()); in parseJava()1202 return Location.create(context.file, context.getContents(), in getLocation()
170 byte[] bytes = ByteStreams.toByteArray(file.getContents()); in describe()
473 contents = file.getContents(); in readFile()551 contents = file.getContents(); in fileContains()712 contents = file.getFile().getContents();
1124 contents = file.getContents();
213 InputSource is = new InputSource(mManifestFile.getContents()); in sync()