This file is indexed.

/usr/share/doc/libpulse-java/README.Debian is in libpulse-java 2.4.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
PulseAudio sound driver for Java
--------------------------------

The PulseAudio driver can be used with OpenJDK or the Oracle JDK. It's enabled
by replacing the following properties in the <JAVA_HOME>/jre/lib/sound.properties
file (or /etc/java-<n>-openjdk/sound.properties when using OpenJDK):

javax.sound.sampled.Clip=org.classpath.icedtea.pulseaudio.PulseAudioMixerProvider
javax.sound.sampled.Port=org.classpath.icedtea.pulseaudio.PulseAudioMixerProvider
javax.sound.sampled.SourceDataLine=org.classpath.icedtea.pulseaudio.PulseAudioMixerProvider
javax.sound.sampled.TargetDataLine=org.classpath.icedtea.pulseaudio.PulseAudioMixerProvider