Java com.intellij.openapi.diff DiffContent fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.diff DiffContent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.diff DiffContent.

The text is from its open source code.

Method

FileContentfromFile(Project project, VirtualFile file)
Creates DiffContent associated with given file.
byte[]getBytes()
FileTypegetContentType()
DocumentgetDocument()
Represents this content as Document null means content has no text representation
VirtualFilegetFile()
booleanisBinary()
Means this content represents binary data.