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()
2126 public com.google.protobuf.ByteString getContents(int index) { in getContents() method in GLProtoBuf.GLMessage.FrameBuffer2427 public com.google.protobuf.ByteString getContents(int index) { in getContents() method in GLProtoBuf.GLMessage.FrameBuffer.Builder2428 return result.getContents(index); in getContents()
67 final String data = (String) mClipboard.getContents(TextTransfer.getInstance()); in run()
181 getParser().parse(file.getContents(), reporter); in checkXML()
783 addFile(file.getContents(), file.getLocalTimeStamp(), path.toString()); in addFile()
264 final SimpleElement[] pasted = (SimpleElement[]) mClipboard.getContents(sxt); in pasteSelection()
1167 String code = context.getContents();1206 Source source = new Source(context.getContents(), context.file.getName());1247 return Location.create(context.file, context.getContents(),
170 byte[] bytes = ByteStreams.toByteArray(file.getContents()); in describe()
464 contents = file.getContents(); in readFile()542 contents = file.getContents(); in fileContains()703 contents = file.getFile().getContents();
1102 contents = file.getContents();
339 InputSource is = new InputSource(mManifestFile.getContents()); in sync()